Docs are written in Markdown format and are located in the docs
folder. The entry-point document will contain front-matter with slug: /
.
Each document requires the following frontmatter, adjust the values as per your requirement:
id: using
title: Using Guardrails
sidebar_label: Using Guardrails
We support up to 2 levels of docs, e.g.:
docs/foo
docs/foo/bar
For your docs to appear in the sidebar, you need to edit docs/sidebar.json
. This is an array of sidebar entries, which are either stings matching the path of the required document, or a category to nest the docs down 1 level.
Any images required by docs must be placed in /images/docs/...
and must be referenced by the tag <img src="https://github.com/turbot/guardrails-docs/raw/main/images/docs/..." />
.
Please read through this document before you submit any pull requests or issues. It will help us to collaborate more effectively.
When you submit a pull request, our team is notified and will respond as quickly as we can. We'll do our best to work with you to ensure that your pull request adheres to our style and standards.
We look forward to receiving your pull requests for:
To contribute, send us a pull request.
Before you send us a pull request, please be sure that:
For contributions that will take a significant amount of time, open a new issue to pitch your idea before you get started. Explain the problem and describe the content you want to see added to the documentation. We don't want you to spend a lot of time on a contribution that might be outside the scope of the documentation or that's already in progress.
If you'd like to contribute, but don't have a project in mind, look at the open issues in this repository for some ideas.
This repository is published under the CC BY-NC-ND license. Please see our code of conduct. Contributors must sign our Contributor License Agreement as part of their first pull request. We look forward to collaborating with you!