Skip to content

Temporary documentation repository for toolkit projects. Nothing to see yet!

Notifications You must be signed in to change notification settings

node-toolkit/docs-temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Toolkit docs

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).

The goal

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.

Collating docs

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 yet
  • src: 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

About

Temporary documentation repository for toolkit projects. Nothing to see yet!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published