-
Notifications
You must be signed in to change notification settings - Fork 6
feat: added documentation; restructure installation components; added install scripts #306
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
48e059e
docs: restructure documentation site with journey-based architecture
ron96g 4df40c5
docs: expand admin journey with quickstart, installation, and first-s…
ron96g 57a0076
Merge branch 'main' into feat/documentation
ron96g 6be3661
docs: update sidebar positions for event exposure and API subscriptio…
ron96g d0eb35c
build(docs): add mermaid theme, local search plugin, and CRD schema g…
ron96g 1b2aeb2
docs: rename "Additional Features" to "API & Event Features" and mark…
ron96g 1434747
docs: add API Categories guide and JSON Schema reference
ron96g 5fc946e
Merge branch 'main' into feat/documentation
ron96g 9f74e9d
ci: add main branch to docs-deploy workflow triggers
Copilot f797308
docs: improve accuracy of documentation and clean up install manifests
ron96g 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,23 +1,29 @@ | ||
| # Node modules | ||
| node_modules/ | ||
| # Dependencies | ||
| /node_modules | ||
|
|
||
| # npm logs | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
|
|
||
| # Build output | ||
| dist/ | ||
| build/ | ||
| # Production | ||
| /build | ||
|
|
||
| # Generated files | ||
| .docusaurus | ||
| .cache-loader | ||
|
|
||
| # Environment files | ||
| .env | ||
| # Generated CLI reference docs (created by scripts/generate-cli-docs.mjs) | ||
| /docs/reference/roverctl/ | ||
|
|
||
| # Generated CRD data (created by scripts/generate-crd-data.mjs) | ||
| /src/data/crds/ | ||
|
|
||
| # Generated JSON Schemas (created by scripts/generate-crd-schemas.mjs) | ||
| /static/schemas/ | ||
|
|
||
| # Misc | ||
| .DS_Store | ||
| .env.local | ||
| .env.*.local | ||
| .env.development.local | ||
| .env.test.local | ||
| .env.production.local | ||
|
|
||
| # Coverage reports | ||
| coverage/ | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* |
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.
Uh oh!
There was an error while loading. Please reload this page.