1.0.6 • Published 4 years ago

@aiou/docs-templates v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

doc - template

Note

  • maybe need to custom release script in package.json and other package info
  • need reconfig baseUrl and paths in tsconfig.json

rules

DO NOT

/docs
  /a
  a.md
  b.md

DO NOT

/docs
  /a
    README.md // wrong
    a.md // right

DO NOT

/docs
  /中文 // just eng
    /中文 or 英文 // all is ok

DO NOT

/docs
  /a
    /b
      readme.md // rename to a.md