Archive legacy status docs and canonicalize genesis entrypoints

This commit is contained in:
defiQUG
2026-04-13 21:45:16 -07:00
parent 7517869ea6
commit 79750d92e6
288 changed files with 757 additions and 1066 deletions

View File

@@ -115,7 +115,7 @@ Example:
### Internal Links
- **Relative paths**: Use relative paths for internal documentation
- **Format**: `[Link Text](path/to/file.md)`
- **Format**: ``[Link Text] (path/to/file.md)``
- **Anchor links**: Use for sections: `[Section Name](#section-name)`
### External Links
@@ -126,8 +126,8 @@ Example:
### Link Text
**Good**: See [Deployment Guide](deployment/DEPLOYMENT.md) for details.
**Bad**: Click [here](deployment/DEPLOYMENT.md) for details.
**Good**: See [Deployment Guide](../deployment/DEPLOYMENT.md) for details.
**Bad**: Click [here](../deployment/DEPLOYMENT.md) for details.
## Date Formats
@@ -195,8 +195,8 @@ Add "Related Documentation" section where appropriate:
```markdown
> **Related Documentation**:
> - [Guide 1](path/to/guide1.md) - Description
> - [Guide 2](path/to/guide2.md) - Description
> - [Guide 1](../guides/GETTING_STARTED.md) - Description
> - [Guide 2](../deployment/DEPLOYMENT_CHECKLIST.md) - Description
```
## Code Examples
@@ -323,7 +323,7 @@ All documents should include:
- **Size**: Optimize for web
```markdown
![Alt text](images/diagram.png)
![Alt text] (images/diagram.png)
```
## Checklists
@@ -394,8 +394,8 @@ When reviewing documentation, check:
```
> **Related Documentation**:
> - [Architecture Guide](architecture/ARCHITECTURE.md) - System architecture
> - [Configuration Guide](configuration/CONFIGURATION_INDEX.md) - Configuration options
> - [Architecture Guide](../architecture/ARCHITECTURE.md) - System architecture
> - [Configuration Guide](../configuration/CONFIGURATION_INDEX.md) - Configuration options
```
## Updates
@@ -406,4 +406,3 @@ This style guide should be reviewed and updated quarterly or as needed.
**Last Updated**: 2025-01-27
**Next Review**: 2025-04-27