Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USP Core Authenticate

Welcome to the USP Core Authenticate customer documentation repository. This repository contains the scripts required to build the USP Core Authenticate website:

Requirements

  • mkdocs to generate the website and deploy it to GitHub pages.

mkdocs notes

Install / upgrade pip

python get-pip.py
pip install --upgrade pip

Install mkdocs

pip install mkdocs
pip install pymdown-extensions
pip install mkdocs-material
pip install mkdocs-redirects
pip install mkdocs-swagger-ui-tag

NOTE: You may need to log out and log in again to get the mkdocs executable in your PATH. Check by running

mkdocs --version
mkdocs, version 1.5.3 from /home/<myuser>/.local/lib/python3.10/site-packages/mkdocs (Python 3.10)

Generate site locally

To just generate the site locally, run:

$ ./release.sh {core-authenticate-version}

The site has then been generated within the "build" directory (Markdown source for mkdocs, not yet HTML).

Test site locally

Generate the site locally as described above, then run mkdocs to serve it locally:

$ ./release.sh
$ mkdocs serve

This will make it available locally (URL visible in output on the shell, typically http://127.0.0.1:8000/).

Generate site and publish it via GitHub

To generate the site and deploy it to GitHub pages, run:

$ ./release.sh {core-authenticate-version} deploy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages