Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds documentation infrastructure including a wiki home page and updates the README with a more concise value proposition. The changes focus on improving documentation discoverability and refining the project's messaging.
- Adds a new wiki home page with navigation links to key documentation resources
- Refactors README tagline from verbose descriptions to concise bullet points
- Initializes secrets baseline configuration file
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/wiki_home.md | New wiki home page providing navigation hub to architecture, troubleshooting, teams/enterprise, security, and translation documentation |
| README.md | Streamlined tagline from multi-line descriptions to 4 concise bullet points highlighting build-once-translate, structure enforcement, code preservation, and speed |
| .secrets.baseline | Added empty baseline configuration file for secrets detection tooling |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - [FDS‑Dev Architecture Documentation](https://github.com/flamehaven01/FDS-Dev/wiki/FDS%E2%80%90Dev-Architecture-Documentation) | ||
| - [FDS‑Dev Troubleshooting Guide](https://github.com/flamehaven01/FDS-Dev/wiki/FDS%E2%80%90Dev-Troubleshooting-Guide) | ||
| - [FDS‑Dev for Teams & Enterprises](https://github.com/flamehaven01/FDS-Dev/wiki/HomeFDS%E2%80%90Dev-for-Teams-&-Enterprises) |
There was a problem hiding this comment.
The URL path contains "HomeFDS" which appears to be a concatenation error. Should be "Home/FDS" or just "FDS" depending on the intended wiki page structure.
| - [FDS‑Dev for Teams & Enterprises](https://github.com/flamehaven01/FDS-Dev/wiki/HomeFDS%E2%80%90Dev-for-Teams-&-Enterprises) | |
| - [FDS‑Dev for Teams & Enterprises](https://github.com/flamehaven01/FDS-Dev/wiki/FDS%E2%80%90Dev-for-Teams-&-Enterprises) |
| [+] Ship production-ready English docs in seconds, not hours. | ||
| </h3> | ||
|
|
||
| <div align="center">[Features](#core-features) [Quick Start](#quick-start) [Documentation](docs/) [Contributing](#contributing) [Support](#support)</div> |
There was a problem hiding this comment.
The navigation links are missing separators between them. Each link should be separated by a bullet point or other delimiter for better readability, similar to the links on lines 6-10.
| <div align="center">[Features](#core-features) [Quick Start](#quick-start) [Documentation](docs/) [Contributing](#contributing) [Support](#support)</div> | |
| <div align="center">[Features](#core-features) | [Quick Start](#quick-start) | [Documentation](docs/) | [Contributing](#contributing) | [Support](#support)</div> |
No description provided.