Git Product home page Git Product logo

docusaurus-template's Introduction

ORY's Documentation Template Repository

DEPRECATED

This repository is no longer used. All documentation now resides in github.com/ory/docs.

Initialize Documentation

To create a new documentation for a new or existing project, copy the contents (without node_modules) into the project's ./docs directory. Next you need to create these files (relative to the project's root directory) directory:

// ./docs/config.js
//
// This file contains the project's name and slug and tag line, for example:
module.exports = {
  projectName: 'ORY Keto',
  projectSlug: 'keto',
  projectTagLine:
    'A cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, ...) via REST APIs.',
  updateTags: [
    {
      image: 'oryd/keto',
      files: ['docs/docs/configure-deploy.md']
    }
  ],
  updateConfig: {
    src: '.schema/config.schema.json',
    dst: './docs/docs/reference/configuration.md'
  }
}
// ./docs/sidebar.js
//
// This represents the sidebar navigation, for example:
module.exports = {
  Introduction: ['index', 'install']
}
// ./docs/src/css/theme.css
// empty file is ok
// ./docs/versions.json
// empty object is ok
{
}

Adding Documentation

Next, put your markdown files in ./docs/docs. You may also want to add the CircleCI Orb ory/docs to your CI config, depending on the project type.

Update Documentation

This is usually done automatically in CI and will create PRs in the respective projects.

Check out docusaurus-template using git clone [email protected]:ory/docusaurus-template.git docusaurus-template. It is important that the directory is named docusaurus-template!

Then, make your changes, and run ./update.sh.

docusaurus-template's People

Contributors

aeneasr avatar bengthagemeister avatar bmonkman avatar dependabot[bot] avatar fabianstelmach avatar jfcurran avatar vinckr avatar wils3b avatar zepatrik avatar zeropaper avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.