Skip to content

renesas-rz/rz_linux_bsp_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rz_linux_bsp_plus

This is a documentation sources for rz_linux_bsp_plus website (github.io).

Prepare environment

Python3 and pip3 are required.

In some case you may need to make a symlink to pip (of python3).

Setup from script

Working directory should be rz_linux_bsp_plus/.

. work/setup.sh

Serve local server

Working directory should be rz_linux_bsp_plus/.

. serve.sh

Test versioning with mike

By default, versioning is unused in this project.

To use versioning properly, please un-comment below config (mkdocs.yml > extra:) first.

  # version:
  #   provider: mike

Working directory should be rz_linux_bsp_plus/.

Deploy

This will generate a static website into local/gh-pages branch.

dev will be used as version.

. mike/deploy.sh

Serve

You must deploy first.

. mike/serve.sh

Clean-up

This step is not mandatory.

After you complete checking your website, you may want to remove local/gh-pages branch.

. mike/remove.sh

About

This is a documentation sources for rz_linux_bsp_plus website (github.io).

Resources

Stars

Watchers

Forks