docs: New documentation structure & rustdoc for HostNetworkConfigScore #192

Open
letian wants to merge 1 commits from doc-and-braindump into master
Owner

Proposal for a new structure of the documentation:

├── docs
│   ├── catalogs
│   │   ├── capabilities.md
│   │   ├── README.md
│   │   ├── scores.md
│   │   └── topologies.md
│   ├── concepts.md
│   ├── guides
│   │   └── getting-started.md
│   └── README.md
└── README.md

note: not all pages are created/completed, this is just to give a general idea.

You can view how it would look like and navigate between the different pages here: https://git.nationtech.io/NationTech/harmony/src/branch/doc-and-braindump/README.md

Proposal for a new structure of the documentation: ``` ├── docs │   ├── catalogs │   │   ├── capabilities.md │   │   ├── README.md │   │   ├── scores.md │   │   └── topologies.md │   ├── concepts.md │   ├── guides │   │   └── getting-started.md │   └── README.md └── README.md ``` _note: not all pages are created/completed, this is just to give a general idea._ You can view how it would look like and navigate between the different pages here: https://git.nationtech.io/NationTech/harmony/src/branch/doc-and-braindump/README.md
letian added 1 commit 2025-11-13 23:43:44 +00:00
docs: New docs structure & rustdoc for HostNetworkConfigScore
All checks were successful
Run Check Script / check (pull_request) Successful in 1m43s
bb6b4b7f88
All checks were successful
Run Check Script / check (pull_request) Successful in 1m43s
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin doc-and-braindump:doc-and-braindump
git checkout doc-and-braindump
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NationTech/harmony#192
No description provided.