https://github.com/plusauth/docs
https://github.com/plusauth/docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plusauth/docs
- Owner: PlusAuth
- Created: 2022-11-01T13:31:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:31:33.000Z (over 1 year ago)
- Last Synced: 2025-01-30T11:23:35.399Z (12 months ago)
- Language: MDX
- Size: 28.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlusAuth Documentation Content
This repository contains content of pages served at [docs.plusauth.com](https://docs.plusauth.com). We use markdown
and mdx to provide best experience to both our consumers and content writers.
All documentation content are located in [/content](/content) folder and its first sub-level is the short ISO
code for the locale that the content is targeted to. By default, English (en) locale is used and other locales fallback
to English when the content is missing in that locale.
# Writing Content
- PlusAuth Docs generates navigation sidebar from the directory/file structure. File and folder names bust
be `kebab-cased` and can contain numbers for sorting purposes.
- You can write your content in `md` or `mdx` files. Both of the extensions are treated the same.
- You can define page metadata in frontmatter section of markdown files.
- HTML in markdown files are supported, and you can use [TailwindCSS](https://tailwindcss.com/) classes.