FdezRomero / ionic-docs

Home Page:https://ionicframework.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Docs

The official Ionic documentation, built with Stencil.


Getting Started

To run the development server:

npm install
npm start

Editing Content

The content is written as Markdown and stored in src/pages. Each Markdown file corresponds to a route. For example, src/pages/intro.md contains the content for the route /docs/intro.

After you've made changes, you'll need to rebuild the pages:

npm run build-pages # Build once
npm run watch-pages # Build continuously

About

https://ionicframework.com/docs

License:Apache License 2.0


Languages

Language:TypeScript 47.2%Language:HTML 29.4%Language:CSS 22.9%Language:JavaScript 0.4%Language:HCL 0.2%