Skip to content

Commit

Permalink
Remove Netlify for good
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoomlmly authored Apr 26, 2024
1 parent 8bd58e8 commit fab5b81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# SRO Knowledgebase

This is the SRO Knowledgebase, which can be [viewed here](https://sro.netlify.com).
This is the SRO Knowledgebase, which can be [viewed here](https://kb.roboticsoutreach.org).

It is built using [Mkdocs](https://www.mkdocs.org/) and should be as easy as writing Markdown.

It is published automagically using Netlify.
When you push changes and create a pull request, Netlify will create a preview version of the site accessible with a link from the pull request page.
It is published automagically using GitHub Actions and GitHub Pages.

Want to build your own copy of the knowledgebase? Clone the repository and run this:

```bash
pip install -r requirements.txt
mkdocs build
mkdocs serve
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "kb"
version = "0.1.0"
description = ""
authors = ["Dan Trickey <dan@trickey.io>"]
authors = ["Southampton Robotics Outreach <sro@soton.ac.uk>", "Dan Trickey <dan@trickey.io>"]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit fab5b81

Please sign in to comment.