sillsdev / paratext-manual

Home Page:https://manual.paratext.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo creates https://sillsdev.github.io/paratext-manual/.

The GitHub Action associated with this repo does these things:

  1. uses docu-notion to grab content from Notion and convert it into Docusaurus-friendly markdown pages,
  2. runs these through Docusaurus, and then
  3. publishes the result to Github Pages here.

Building the Site

You'll need permissions, then do this: image

Testing Locally

  1. Add PARATEXT_NOTION_ROOT_PAGE and PARATEXT_NOTION_INTEGRATION_TOKEN environment variables. See docu-notion for explanations of the root page id and integration token. As always, you may need to restart your terminal before it will see new environment variables.

  2. yarn && yarn pull && yarn start should eventually open the site in a local browser (you'll need yarn).

About

https://manual.paratext.org

License:MIT License


Languages

Language:CSS 44.7%Language:JavaScript 25.5%Language:HTML 19.9%Language:Shell 6.1%Language:TypeScript 3.8%