Skip to content

yiitap/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Introduction

Documentation for Yiitap. πŸ€

Quick start

Installation

pnpm install

Running

pnpm docs:dev

Build

pnpm docs:build

and preview it locally:

pnpm docs:preview

I18n

Docs Directory Structure

β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ index.md
β”‚Β Β  └── zh
β”‚Β Β      └── index.md

Config and Messages

.vitepress
β”œβ”€β”€ config
β”‚Β Β  β”œβ”€β”€ common.mts
β”‚Β Β  β”œβ”€β”€ en.mts
β”‚Β Β  β”œβ”€β”€ index.mts
β”‚Β Β  └── zh.mts
β”œβ”€β”€ i18n
β”‚Β Β  β”œβ”€β”€ en.json
β”‚Β Β  β”œβ”€β”€ index.ts
β”‚Β Β  └── zh.json

Thanks

License

The MIT License (MIT). Please see License File for more information.