Commit e3cec5b
Fix issues found when upgrading homepage (#457)
* Upgrade Homepage (#412)
* chore: upgrade docusaurus / fix deprecations
* chore: upgrade docusaurus / fix deprecations
* feat: introduce v3
* chore: upgrade node in ci
* Reconcile v2 and v3 docs with latest unity builder changes. Remove parameters not available in v2 from v2 docs.
* Remove parameters and outputs from v2.2.0-pre
* Update version tags to align with new version
* chore: upgrade docusaurus tsconfig
* chore: import/order
* fix: unresolved import
* chore: versions as client-side block
* fix: firebase resolution
* Re-enable sections, Prettier readme, use LF line endings
* Upgraded getting-started.tsx
- Upgraded getting-started.tsx to use company SVGs instead of text
- Moved getting-started.tsx section up
- Updated node16 references to node18 in .md files
* Revamped versions page
* INCOMPLETE: Changed out Ant's table
* Starting Section Rework
- Reworked Starting/Opening Section
- Began Working on pricing calculator
- Changed JSX.Element (dep.) -> React.JSX.Element
* Created tooltip component
- Created tooltip.tsx
- Centered VSC buttons in Getting Started
* Devs that chose us section
- Moved GH, GL, CCI SVGs to /static/assets/images/icons
- 'Finished' Devs that chose us section (more logos needed)
- Reintroduced '.vscode' directory from .gitignore to support @apply rule
* Docker versions progress
- Finished expandable menu
- Only left to implement a Tooltip and DockerImageLinkOrRetryButton (will leave this one to webber)
* Tooltip & Docker Table finished
* pricing section
* disabled unused sections
* resolved requests
---------
Co-authored-by: Webber <[email protected]>
Co-authored-by: Andrew Kahr <[email protected]>
Co-authored-by: Gabriel Le Breton <[email protected]>
* Fix deparated error
* Fix logo issue in light mode and update HTML tag structure
* Update HTML tag in dev section
* Fix pricing section color and class name typo
* Update css and optimize logo
* Improve quality
* Update code
---------
Co-authored-by: Elias <[email protected]>
Co-authored-by: Webber <[email protected]>
Co-authored-by: Andrew Kahr <[email protected]>
Co-authored-by: Gabriel Le Breton <[email protected]>1 parent 57c4c9c commit e3cec5b
File tree
35 files changed
+667
-359
lines changed- .vscode
- src
- components
- auth
- docs/versions
- pages
- about-us/section
- header-section
- our-story-section/timeline
- the-team-section
- home/section
- css
- pages
- docs/docker
- theme
- static/assets/images
- devs
- icons
- tests
35 files changed
+667
-359
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
Lines changed: 0 additions & 93 deletions
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments