Skip to content

Commit a0dc406

Browse files
committed
Add ja resources
1 parent e7f9144 commit a0dc406

File tree

255 files changed

+35905
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+35905
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Docs folder
2+
3+
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.
4+
5+
## Versioning
6+
7+
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.
8+
9+
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/`.
10+
11+
## Auto Generated Files
12+
13+
All markdown files in these directories are generated from [scripts](/scripts):
14+
15+
- `docs/api/`
16+
- `docs/cli/commands/`
17+
- `docs/native/`

0 commit comments

Comments
 (0)