Test Webhook 2
https://ipamaas.github.io/test-just-the-docs/
To use the template as starting point for your own documentation site, follow these steps:
- Copy "docs" folder to your repository folder
- Update
_config.yml
file with your title, repository url and footer. - Update the
index.md
file with your repository urls. - Test your site locally following Development Guide below.
- Publish your site on Github Pages following Release Guide below.
For local development, use VS Code and the "Remote Containers" extension with Docker:
- Install VS Code
- Install Extension "Remote Containers" (Docker Runtime required!)
To develop and test your site inside a container using VS Code, follow these staps:
- Type "Ctrl-Shift-P" and enter "Show Remote Menu"
- In the "Remote Menu" select "Open Folder in Container ..." and select the "docs" folder
- Wait for container created and started for VS Code remote development.
- Start Jekyll server by
bundle exec jekyll serve --livereload
- Open http://localhost:4000
To release the site via Github Pages, follow these steps:
- Open the
Settings
tab of your github repository. - Go to
Pages
- Enable Github Pages
- In
Source
select your main branch - In
Source
select the "/docs" folder - Save
- Check the
Actions
tab for build and deploy results. - Open your site at
https://<user_or_org_name>.github.io/<repo_name>/