Documentation for the toolkit suite
This is not how documentation will be organized on the actual documentation sites.
If you are working on the documentation site for assemble, you will only need the assemble docs. If you get a 404
or nothing is there yet, that means we haven't collated the information yet (and check back frequently b/c we're working on that now).
This repository is (probably) temporary, which we're using to collate and de-duplicate all of the documentation for all of the toolkit
projects, including:
By doing this, we will be able to streamline the information, and remove duplicate information in favor of cross-linking and cross-repo search.
The documentation (in this repo, not the sites) should be roughly organized as follows:
_draft
: anything that isn't usable or close to usable. Might be notes, ideas, etc.wip
: source markdown content that hasn't been reviewed yetsrc
: has been reviewd and maybe re-written, de-duped with other collated docs, checked for grammatical errors, etc, and then organized into a specific folder._data
:.json
or.yml
metadata files for docs_templates
: HTML/handlebars or other generic structural template files for docs.
.
├── _draft
├─┬ src
| ├─┬ _content
| | ├── Assemble
| | ├── Base
| | ├── Boilerplate
| | ├── Enquirer
| | ├── Generate
| | ├── Microbot
| | ├── Scaffold
| | ├── Snippet
| | ├── Templates
| | ├── Update
| | └── Verb
| ├── _data
| └── _templates
└── wip