hypnoglow / docs

Documentation for all ORY products.

Home Page:https://www.ory.sh/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ORY Documentation

CircleCI

This repository contains the documentation (HTTP API Reference, User Guides, FAQ) for all ORY products. Changes, when merged or pushed to master, are directly deployed to the website.

To view the docs go to www.ory.sh/docs/next.

To make changes, simply modify the markdown files.

Caveats

When editing markdown files, bear in mind that all the resources under /website/static/* are hosted at /*. So /website/static/images/blah.svg becomes /images/blah.svg and so on. (even if it looks broken on Github markdown preview)

Releasing a new version

CI

To release a new (or updated) version of the ORY Documentation, simply create a new git tag in the format of v0.0.X+oryOS.Z.

Warning: This will also update all Docker Image tags to the latest available release (on GitHub)!

Manual

The ORY Documentation is versioned according to oryOS.X version semantics. To (re-)release a version run:

$ export CIRCLE_TAG=vA.B.C+oryOS.D
$ cd website; npm run release

Development

To automatically update and format the Markdown, Javascript, and REST API definitions in this repo everytime you commit a change on your local machine, please run the following command after git clone:

# On Linux/macOS:
$ ln -s ./hooks/pre-commit .git/hooks/pre-commit

# On Windows:
> copy hooks\pre-commit .\.git\hooks\pre-commit

You can also run the formatters manually:

cd website
npm run api
npm run format

About

Documentation for all ORY products.

https://www.ory.sh/docs

License:Apache License 2.0


Languages

Language:JavaScript 81.4%Language:HTML 8.4%Language:CSS 8.2%Language:Shell 2.1%