-
Notifications
You must be signed in to change notification settings - Fork 6
docs: add secrets #179
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
docs: add secrets #179
Conversation
Added documentation for managing and using secrets in multiplayer servers, including creation, usage as environment variables, and direct mounting.
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.
Pull request overview
This PR adds comprehensive documentation for managing and configuring secrets in GameFabric's multiplayer server infrastructure. The documentation explains what secrets are, how to create them, and how to use them in various contexts.
- Introduces a new "Secrets" documentation page explaining secure storage and management of sensitive data
- Documents two methods for using secrets: as environment variables and as direct mounts
- Provides visual guides through multiple screenshots demonstrating the UI workflows
Reviewed changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/multiplayer-servers/getting-started/sidebar.json |
Adds navigation entry for the new Secrets documentation page |
src/multiplayer-servers/getting-started/secrets.md |
New documentation page explaining secret management, creation, and usage patterns |
src/multiplayer-servers/getting-started/images/secrets/*.png |
Five screenshot images illustrating the secrets management UI and configuration steps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can we please also add it to "Glossary". |
Added a new section on 'Secret' with a reference to the relevant documentation.
Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
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.
Pull request overview
Copilot reviewed 3 out of 9 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
Ullaakut
left a comment
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.
Not sure why, a bunch of headers were duplicated. Once this is fixed and we no longer have more than one H1 this should be fine for me.
Documentation for Managing & Configuring Secrets in GameFabric.