-
Notifications
You must be signed in to change notification settings - Fork 0
19 sync #21
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
19 sync #21
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
068c80f
docs: add PR template
fulleni ee483c5
chore: Add issue templates for GitHub
fulleni d9eacf4
docs(web-dashboard): remove obsolete manual pages
fulleni 893e0cf
chore: migrate from documentation to setup and publish guides only
fulleni 6ab2d1c
docs(sidebar): remove collapsed sections and reduce duplication
fulleni 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| name: Chore | ||
| about: Other changes that don't modify src or test files | ||
| title: "chore: " | ||
| labels: chore | ||
| --- | ||
|
|
||
| **Description** | ||
|
|
||
| Clearly describe what change is needed and why. If this changes code then please use another issue type. | ||
|
|
||
| **Requirements** | ||
|
|
||
| - [ ] No functional changes to the code | ||
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 |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| name: Continuous Integration | ||
| about: Changes to the CI configuration files and scripts | ||
| title: "ci: " | ||
| labels: ci | ||
| --- | ||
|
|
||
| **Description** | ||
|
|
||
| Describe what changes need to be done to the ci/cd system and why. | ||
|
|
||
| **Requirements** | ||
|
|
||
| - [ ] The ci system is passing |
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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| blank_issues_enabled: false | ||
fulleni marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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 |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| name: Documentation | ||
| about: Improve the documentation so all collaborators have a common understanding | ||
| title: "docs: " | ||
| labels: documentation | ||
| --- | ||
|
|
||
| **Description** | ||
|
|
||
| Clearly describe what documentation you are looking to add or improve. | ||
|
|
||
| **Requirements** | ||
|
|
||
| - [ ] Requirements go here | ||
fulleni marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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 |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| name: Style Changes | ||
| about: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc) | ||
| title: "style: " | ||
| labels: style | ||
| --- | ||
|
|
||
| **Description** | ||
|
|
||
| Clearly describe what you are looking to change and why. | ||
|
|
||
| **Requirements** | ||
|
|
||
| - [ ] There is no drop in test coverage. |
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 |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| <!-- | ||
| Thanks for contributing! | ||
|
|
||
| Provide a description of your changes below and a general summary in the title | ||
|
|
||
| Please look at the following checklist to ensure that your PR can be accepted quickly: | ||
| --> | ||
fulleni marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Status | ||
|
|
||
| **READY/IN DEVELOPMENT/HOLD** | ||
|
|
||
| ## Description | ||
|
|
||
| <!--- Describe your changes in detail --> | ||
|
|
||
| ## Type of Change | ||
|
|
||
| <!--- Put an `x` in all the boxes that apply: --> | ||
|
|
||
| - [ ] ✨ New feature (non-breaking change which adds functionality) | ||
| - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) | ||
| - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change) | ||
| - [ ] 🧹 Code refactor | ||
| - [ ] ✅ Build configuration change | ||
| - [ ] 📝 Documentation | ||
| - [ ] 🗑️ Chore | ||
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
80 changes: 0 additions & 80 deletions
80
src/content/docs/api-server/architecture/data-access-flow.mdx
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/content/docs/api-server/architecture/data-seeding-and-fixtures.mdx
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.
Uh oh!
There was an error while loading. Please reload this page.