Documentation website for nStudio's NativeScript plugins.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewplugins.nstudio.io/
├── .vitepress/
│ ├── config.ts # VitePress configuration
│ └── theme/
│ ├── index.ts # Theme registration
│ ├── style.css # Custom styles (Tailwind)
│ ├── PluginsHome.vue # Main landing page
│ ├── NChartsHome.vue # nCharts landing page
│ └── components/ # Vue components
├── content/
│ ├── index.md # Plugins home
│ └── ncharts/
│ ├── index.md # nCharts intro
│ ├── installation.md
│ ├── quick-start.md
│ ├── charts/ # Chart type docs
│ ├── config/ # Configuration docs
│ └── api/ # API reference
└── package.json
- Create a new
.mdfile in the appropriatecontent/subdirectory - Add frontmatter for title and description
- Update
.vitepress/config.tssidebar if needed
Built with ❤️ by nStudio