-
Notifications
You must be signed in to change notification settings - Fork 12
minor changes to documentations #1243
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
base: main
Are you sure you want to change the base?
Conversation
| .env | ||
|
|
||
| # You know it's coming | ||
| docs/Infrastructure/NERV/ |
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.
why gitignore this??
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.
Just simply made a few a .md files. I have not collect enough details to make a full documentations yet and I don't want to add "bloat"
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.
In that case, don't stage them for commit or stash them before staging or use stacked branches.
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.
Okay I'll look into it tomorrow, still kinda of a git noob
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-1243.centralus.azurestaticapps.net |
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 makes minor stylistic improvements to documentation files, updating the introduction page and consolidating table entries in the infrastructure documentation.
- Updated
introduction.mdto replace the outdated "migration in process" caution with a clearer description of the two main documentation types - Consolidated rack layout table entries in
Infrastructure/Overview.mdby combining two rows into a single entry for patch panels - Added a new directory to
.gitignorefor future NERV infrastructure documentation
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/introduction.md | Replaced outdated migration notice with structured documentation overview and links |
| docs/Infrastructure/Overview.md | Combined two separate patch panel rows (41 and 40) into a single consolidated entry |
| .gitignore | Added exclusion for future NERV infrastructure documentation directory |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ::: | ||
|
|
||
| The following pages already contain some information. | ||
| - [**Infrastructure**](Infrastructure/Overview.md): which are holding the current information about the organization's servers |
Copilot
AI
Dec 18, 2025
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.
Grammatical error: "which are holding" should be "which holds" or "which hold" (without "are"). The phrase should match subject-verb agreement.
| - [**Infrastructure**](Infrastructure/Overview.md): which are holding the current information about the organization's servers | |
| - [**Infrastructure**](Infrastructure/Overview.md): which holds the current information about the organization's servers |
Description
Basically some minor stylistic changes to
docs/directory documentations.Also update the
introduction.mdfile at the head ofdocs/Issues
Checklist