Update documentation structure and enhance .gitignore
- Added generated index files and report directories to .gitignore to prevent unnecessary tracking of transient files. - Updated README links to reflect new documentation paths for better navigation. - Improved documentation organization by ensuring all links point to the correct locations, enhancing user experience and accessibility.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -33,6 +33,16 @@ lerna-debug.log*
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Generated index files (can be regenerated)
|
||||
docs/MARKDOWN_REFERENCE.json
|
||||
docs/MARKDOWN_INDEX.json
|
||||
|
||||
# Report files (generated/transient)
|
||||
docs/reports/
|
||||
|
||||
# Plan files (planning documents)
|
||||
docs/plans/
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.env*.local
|
||||
|
||||
Reference in New Issue
Block a user