Redback-Operations / redback-documentation

Docusaurus instance for Redback Operations documentation
MIT License
1 stars 55 forks source link

redback-documentation

Docusaurus instance for the consolidation of company research and documentation

View site here

Approvers guide here

Prerequisites

Section creation

To create a new doc section, duplicate example-nested. This folder contains an example for the top level folder, as well as individual pages. The lorem.md file demonstrates appropriate heading style.

Page creation

Tutorial video here, tutorial pages here (view the source code for a "template")

This site uses markdown (.md or .mdx) for the files. Please do not upload word documents or PDFs directly. See here for embedded PDF uploads

General things

Attributions

Please attribute inputed documentation to the appropriate author(s) along with the date, formatted as:

:::info

**Document Creation:** 1 April, 2023. **Last Edited:** 31 August, 2023. **Authors:** John Doe.
<br></br> **Document Code:** DOC1. **Effective Date:** 15 September 2023. **Expiry Date:** 5 September 2024.
:::

This will create a banner displaying the appropriate information. The last line is neccessary to comply with the document standards introduced for the company. Versioning as per the document standards should be used with appropriate versioning.

Pushing updates

Please test locally, as a file with broken links or markdown can stop the whole site from working, npm run start to do so.

There are basic checks in place on GitHub within pull requests, please make sure as a reviewer the code is checked to ensure complete compliancy with the Docusuarus platform. Test locally as needed.

Upon approving pull requests, the GH Pages will build itself assuming nothing is wrong.