-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace documentation website with Docusaurus #259
Merged
Merged
Changes from 53 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
b395912
Remove Previous implementation of documentation
GabLeRoux 86acd76
npx create-docusaurus@latest GameCI classic + move back to root
GabLeRoux 251c82c
Add yarn.lock
GabLeRoux beed393
Update blog authors for demo
GabLeRoux 598577a
Move assets and public to static
GabLeRoux b14c785
Update docusaurus config
GabLeRoux 364cb6b
Remove tutorial basics
GabLeRoux 05c88b3
Update theme with GameCI colors 🎨
GabLeRoux 99b2725
Remove docs/tutorial-extras/
GabLeRoux 2790c49
Replace intro with GameCI docs welcome page
GabLeRoux fe279ff
Update pwshl to powershell + small fixes for docs
GabLeRoux 2892513
Make it node 14
GabLeRoux bc5535f
Move github docs to root to prevent url change
GabLeRoux fdabd8f
Add source code links back
GabLeRoux ebe95b9
Fix a typo in dicsord 🔣
GabLeRoux 1632a93
yarn add @docusaurus/plugin-client-redirects
GabLeRoux 4c9c315
Tried @docusaurus/plugin-client-redirects to redirect discord, but it…
GabLeRoux 9438c8b
Revert "Tried @docusaurus/plugin-client-redirects to redirect discord…
GabLeRoux c993623
Revert "yarn add @docusaurus/plugin-client-redirects"
GabLeRoux 7d8b808
Add discord page instead of redirect (for now)
GabLeRoux d8ceb53
Remove /docs/docker/versions link until page is back
GabLeRoux 64bc891
Add iframes for youtube videos
GabLeRoux 3f1ee8b
Replace /discord page with vercel redirect
GabLeRoux 54c06ae
Revert some changes from .gitignore
GabLeRoux 15ae1ce
Update .gitignore and remove .idea
GabLeRoux b7944ef
Add .nvmrc with Node 14
GabLeRoux 52d010e
Update .gitignore and remove duplicated line
GabLeRoux ff66696
Remove blog until we start blogging :rocket:
GabLeRoux 50c09f0
Remove deployment documentation since this is handled by vercel
GabLeRoux a0e2fdb
Add some more links in the footer :rocket:
GabLeRoux 79e22f3
Move docs to folders with prefixed numbers to control menu order
GabLeRoux f37d62a
Add docsearch config to docusaurus
GabLeRoux 080f935
Add light version of the GameCI logo for navbar
GabLeRoux ab0470d
Fix relative links (IDE found references, but docusaurus doesn't work…
GabLeRoux bb464c4
Convert docusaurus to typescript
GabLeRoux 787e350
Fix broken link
GabLeRoux 9eb82d8
Move components to src
GabLeRoux a144c61
Add DataTable
GabLeRoux f3687b7
Bring back core
GabLeRoux d3a421b
WIP: add versions page
GabLeRoux 3ebdf01
WIP: bring back antd for now to fix versions page
GabLeRoux e687de4
downgrade firebase and reactfire back to main
GabLeRoux de754a0
WIP: first version of the versions page working in docusaurus
GabLeRoux 0de4296
Get rid of unused components
GabLeRoux 45a0eca
Add missing react import
GabLeRoux d2ee053
WIP: antd style
GabLeRoux 350078a
Apply dirty trick to load and unload antd css when on versions page
GabLeRoux 5fe62bd
Fix light logo
GabLeRoux 2c75b9c
Add versions.md to add link to versions page
GabLeRoux 614bc60
Add tailwindcss support to docusaurus
GabLeRoux 09ad892
Integrate tailwindcss and home page
GabLeRoux 88addd7
remove prose example from home
GabLeRoux 1167dcf
Apply dirty workaround to prevent tailwindcss preflight to break docs
GabLeRoux b8c362b
Remove package-lock.json (we use yarn here)
GabLeRoux e61377b
Default to dark mode 😎
GabLeRoux f95fc5c
Fix styling of Versions page including dark theme 🤘
GabLeRoux 0ffd2b0
Add support for docusaurus versions
GabLeRoux 2f31138
Upgrade to NodeJS 16
GabLeRoux 4193f3b
Upgrade docusaurus
GabLeRoux a6c36f4
Update footer titles and links order
GabLeRoux d3d6a15
Improve local image build script
GabLeRoux 8259a80
add linting and hooks
webbertakken 3d2ed18
bring back hooks
webbertakken 54563f6
bring back linting
webbertakken 8565a30
bring back official sponsor links
webbertakken c74c747
skip auditing while in v2 beta of docusaurus
webbertakken 95ad0db
bring back typescript react file types
webbertakken 06f15d5
reintroduce spinners
webbertakken 941a1f4
delete menu structure
webbertakken 75484db
swizzle Root component for global state and auth
webbertakken 79fb94c
restore notification functionality
webbertakken 41729cc
fix formatting
webbertakken 9a6b75b
test
GabLeRoux 75c25f5
test
GabLeRoux 3d63f97
Remove empty page from previous version
GabLeRoux 3ce9bd2
Remove unecessary custom css for svgs
GabLeRoux c071f47
Apply small updates to documentation fixing todos and file titles
GabLeRoux 57294e6
Implement custom dracula theme for better yaml
GabLeRoux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
# Dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
# Testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
# Production | ||
/build | ||
/.search/* | ||
!/.search/.gitkeep | ||
|
||
# misc | ||
.DS_Store | ||
.idea | ||
.vscode | ||
.vercel | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# local env files | ||
# Environment files | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# npm and yarn debug files | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Misc | ||
.DS_Store | ||
.idea | ||
.vscode | ||
.vercel |
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 +1 @@ | ||
v12.16.2 | ||
GabLeRoux marked this conversation as resolved.
Show resolved
Hide resolved
|
||
v14.19.1 |
This file was deleted.
Oops, something went wrong.
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
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 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,23 @@ | ||
gableroux: | ||
name: Gabriel Le Breton | ||
title: Developer, GameCI contributor, Open Source enthusiast and way more | ||
url: https://github.com/gableroux | ||
image_url: https://github.com/gableroux.png | ||
|
||
webbertakken: | ||
name: Webber Takken | ||
title: 🍀 Making complicated things easier for everyone | ||
url: https://github.com/webbertakken | ||
image_url: https://github.com/webbertakken.png | ||
|
||
frostebite: | ||
name: Mark D. "Fisher" | ||
title: Lead game developer @bossastudios, former product manager @unity3d, arma modder. Game ai, networking, terrain | ||
url: https://www.bossastudios.com/ | ||
image_url: https://images.opencollective.com/frostebite/b35bd63/avatar/256.png | ||
|
||
davidmfinol: | ||
name: David Finol | ||
title: Lead developer @bossastudios, former product manager @unity3d, arma modder. Game ai, networking, terrain | ||
url: https://github.com/davidmfinol | ||
image_url: https://github.com/davidmfinol.png |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two lines can be removed and this section can be merged with
Generated files
, rest looks good.And I think we'll need LFS (
.gitattributes
) for the images. This one might be quite complete and suitable: https://gist.github.com/webbertakken/ff250a0d5e59a8aae961c2e509c07fbc