-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Developer Site to Docusaurus (#535)
* Add default Docusaurus template * Move content to correct place * Move static content to the correct folder * Customize Docusaurus config * Tweak tutorial Markdown to build in Docusaurus * Remove blog completely * Fix sidebar ordering * Remove unused layout property from front matter * Fix incorrect HTML in shader chunks markdown * Remove linting from GitHub Actions * Remove default tutorial pages from Docusaurus template * Update package.json * Re-add scripts for processing the FAQ * Update README * Add favicon and header image * Add PlayCanvas logo * Update front page * Add tutorials page * Remove all layout references * Switch to Docusaurus admonitions * Fix broken link * Add Tutorials section (#537) * Fixed alert admonitions that weren't rendering * Revert "Fixed alert admonitions that weren't rendering" This reverts commit b2e1a04. * Added sass for styling * Added tutorial sidebar * added tutorials * Added npm script to generate all tutorial data * styling changes * fixed iframe sizing * reverted japanese docs * reverting japanese * Removed snap registry * Updated readme with Tutorials info * Fixed issue with 360 page not rendering * Fixed front matter whitespace * whitespacing * Added white space around html in markdown * newline * newline around divs * renamed for consistency with existing url * missing newline * removed prebuild script * removed redundant svg icons * Fixed react rendering error. Renamed `class` attribute in markdown with `className` (#538) * Update front page * Update API ref image * Fix background image placement * Update footer * Colour theming (#539) * Added pc colour theming * removed box sizing --------- Co-authored-by: Mark Lundin <[email protected]>
- Loading branch information
1 parent
b7ad69d
commit e9a18d6
Showing
2,671 changed files
with
60,716 additions
and
96,545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
.sass-cache | ||
.vscode | ||
build | ||
node_modules | ||
messages.json | ||
content/_usermanual_contents.json | ||
content/_shadereditor_contents.json | ||
# Dependencies | ||
/node_modules | ||
|
||
# Production | ||
/build | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# Misc | ||
.DS_Store | ||
.npmrc | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.