Skip to content

Files

Latest commit

Nov 6, 2025
c19dbea · Nov 6, 2025

History

History
This branch is 71 commits ahead of and 7 commits behind ionic-team/ionic-docs:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 5, 2025
Sep 24, 2025
Jul 26, 2024
Apr 6, 2023
Sep 24, 2025
Oct 23, 2025
Aug 18, 2025
Sep 24, 2025
Jul 23, 2025
Oct 13, 2025
Jul 30, 2025
Jun 24, 2021
Oct 15, 2025
Jun 24, 2025
Jun 10, 2024
Jun 24, 2021
Jul 3, 2025
Apr 26, 2024
Sep 24, 2025
Jan 23, 2025
Nov 6, 2025
Sep 25, 2023
Dec 7, 2021
May 9, 2025
Jul 16, 2025
Sep 29, 2025
Sep 25, 2023
Jul 24, 2024
May 4, 2023

README.md

Docs folder

The /docs folder houses all markdown files. The page structure loosely maps to the routing on the site since paths can be changed in the frontmatter.

Versioning

This folder can also contain components, assets, and whatever else is meant to be versioned when the docusaurus versioning script is run. For example, if there is a page component that is only relevant to the layout section in the current version of Ionic, it could be added to a _components/ folder in docs/layout/. When the versioning script is run, the component will be copied to versioned_docs/version-{X}/layout/_components/ and there will now be a separate component in docs/layout/_components/ that can be deleted or updated to the latest version. The same concept applies to images and other files.

If components are meant to be shared across versions, they can be put in src/components/. If images and other served files are meant to be shared across versions they can be put in static/.

Auto Generated Files

All markdown files in these directories are generated from scripts:

  • docs/api/
  • docs/cli/commands/
  • docs/native/