Skip to content

cinra/dev-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ドキュメント置き場

構造

.
├── docs/
│   ├── .vuepress           # theme関連ファイル
│   │   ├── config.js       # ページ設定
│   │   ├── components      # *.vue(記事内で読み込み可)
│   │   └── public          # メディアディレクトリ
│   ├── README.md           # トップページ
│   └── *                   # ページディレクトリ
│       └── *.md            # ページデータ
└── vuepress/               # ドキュメントルート(dist)

執筆

ドキュメント追加

docs/**/*.md

$ git add .
$ git commit -am ''
$ git push
# published to -> docs.cinra.net

Theme編集

Requirements

node >= 8.x.x
npm >= 5.x.x

Install

$ yarn install

Start

$ yarn dev
# look at -> localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published