-
Notifications
You must be signed in to change notification settings - Fork 2
Homogenize /docs directory making sure it follows the instructions in .github #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
base: dev
Are you sure you want to change the base?
Conversation
Co-authored-by: kozo2 <12192+kozo2@users.noreply.github.com>
Co-authored-by: kozo2 <12192+kozo2@users.noreply.github.com>
Homogenize /docs directory following CrackingShells documentation instructions
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 restructures and standardizes the documentation to align with the project’s .github guidelines.
- Removes the old usage index in favor of a unified docs structure.
- Adds consistent intro sections and “You will learn about” bullets across all user and developer guides.
- Introduces a top‐level index, a table of contents, and reorganizes content into user, developer, and appendix directories.
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/usage/index.md | Removed deprecated usage index |
| docs/index.md | Added intro bullets, Quick Navigation, and updated structure |
| docs/articles/users/SchemaValidation.md | Standardized intro sections and fixed relative links |
| docs/articles/users/SchemaAccess.md | Standardized intro, clarified distribution methods |
| docs/articles/users/RegistrySchema/Overview.md | Renamed title, added intros, and corrected link casing |
| docs/articles/users/RegistrySchema/Fields.md | Added intro bullets |
| docs/articles/users/ProgrammaticUsage.md | Standardized intro, corrected typo, updated See Also links |
| docs/articles/users/PackageSchema/Overview.md | Renamed title, added intros, corrected link casing |
| docs/articles/users/PackageSchema/Fields.md | Added intro bullets |
| docs/articles/users/PackageSchema/Examples.md | Added intro bullets and updated See Also links |
| docs/articles/users/GettingStarted.md | Added new Getting Started guide with structured intro |
| docs/articles/table_of_contents.md | Added new Table of Contents for top‐level navigation |
| docs/articles/devs/SchemaVersioning.md | Added Schema Versioning doc with standardized intro |
| docs/articles/devs/RepositoryStructure.md | Added Repository Structure doc with standardized intro |
| docs/articles/devs/DevelopmentSetup.md | Added Development Setup doc with standardized intro |
| docs/articles/devs/Contributing.md | Added Contributing Guidelines doc with standardized intro |
| docs/articles/appendices/glossary.md | Added Glossary appendix with structured intro |
| For detailed field-by-field documentation including types, formats, and examples, see the [Registry Schema Field Reference](Fields.md). | ||
| - **verification**: Verification status and metadata | ||
| - **dependency_changes**: Changes to dependencies since the base version | ||
| - **compatibility_changes**: Changes to compatibility requirements |
Copilot
AI
Jul 16, 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.
[nitpick] This link to the Registry Schema Field Reference is also repeated in the See Also section; consider removing the duplicate to reduce redundancy.
| For detailed field-by-field documentation including types, formats, and examples, see the [Registry Schema Field Reference](Fields.md). | |
| - **verification**: Verification status and metadata | |
| - **dependency_changes**: Changes to dependencies since the base version | |
| - **compatibility_changes**: Changes to compatibility requirements | |
| - **verification**: Verification status and metadata | |
| - **dependency_changes**: Changes to dependencies since the base version | |
| - **compatibility_changes**: Changes to compatibility requirements | |
| - **compatibility_changes**: Changes to compatibility requirements |
The file that contains the instructions is
https://github.com/CrackingShells/.github/blob/main/instructions/documentation.instructions.md .
Update the dev branch of this repository according to https://github.com/CrackingShells/.github/blob/main/instructions/documentation.instructions.md .