111 Commits

Author SHA1 Message Date
dependabot[bot]
b9eda312d8
Bump webpack from 5.53.0 to 5.76.0 in /themes/default/theme (#2564)
Bumps [webpack](https://github.com/webpack/webpack) from 5.53.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.53.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 16:06:00 -07:00
Sarah Hughes
6295c44c96
Sarah/countdown (#2549)
* create date countdown with circle outline

* add test for countdown circles

* add date countdown to pulumiUP pages

* commit the bundle?
2023-03-15 11:15:40 -07:00
dependabot[bot]
dfd7f715ea
Bump jszip from 3.7.1 to 3.10.1 in /themes/default/theme/stencil (#2460)
* Bump jszip from 3.7.1 to 3.10.1 in /themes/default/theme/stencil

Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.10.1.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.1...v3.10.1)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* empty

Signed-off-by: susanev <susan.ra.evans@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>
2023-03-10 17:54:20 -08:00
Sarah Hughes
fe3b020731
Sarah/up 2023 (#2545)
* move reusable sections to partials

* replace kubecon reused components with partials

* update header links to replace CED with PulumiUP

* update event session registration modal to skip session selection step with only 1 option

* add new images

* add 2023 pulumiUP pages

* commit the bundle?

* Update themes/default/content/pulumi-up/_index.md

Co-authored-by: Zack Chase <zachary@pulumi.com>

* update youtube links

* add new meta images

* update title, add thanks for registering

---------

Co-authored-by: Zack Chase <zachary@pulumi.com>
2023-03-09 10:30:02 -08:00
Justin Van Patten
07d9a1a22c
Hide broken icon in python docs (#2539)
Sphinx is now emitting a private unicode character ("\F0C1") corresponding to a FontAwesome chain icon next to headers, which renders as an empty box on our site.

Previously, it emitted a "¶" symbol ("\B6"), which we hid with CSS since we have our own way of injecting header links client side with JavaScript.

This change updates the styles to also hide the new unicode character.
2023-03-07 17:43:21 -08:00
Kimberley Mackenzie
8cd888b7c4
Configure figma design tokens. (#2429) 2023-01-24 13:16:06 -08:00
Kimberley Mackenzie
386a03948e
Fix bug where registry filter page shows previous input on navigation back. (#2422) 2023-01-20 10:15:02 -08:00
dependabot[bot]
a072de0e70
Bump json5 from 2.2.0 to 2.2.3 in /themes/default/theme/stencil (#2410)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 16:43:18 -08:00
dependabot[bot]
5d2810fae5
Bump terser from 5.9.0 to 5.16.1 in /themes/default/theme (#2411)
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.16.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.9.0...v5.16.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 16:43:08 -08:00
dependabot[bot]
5a0553f30f
Bump minimatch from 3.0.4 to 3.1.2 in /themes/default/theme (#2412)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 16:43:03 -08:00
Zack Chase
6c7feff23d
Move theme back into this repo (#2036)
* Move theme back into this repo

* Ignore theme files in prettier for now

* Update theme files

* Update run commands and docs
2023-01-18 12:53:09 -08:00