Skip to content

Commit

Permalink
docs: even more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Nov 9, 2024
1 parent 63e6ca0 commit ffd17cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
- name: Push the svg
run: |
git add CONTRIBUTORS.svg
git commit -am "Update CONTRIBUTORS.svg"
git commit -am "update `CONTRIBUTORS.svg`"
git push --set-upstream origin gh-pages
6 changes: 6 additions & 0 deletions book/src/highlightos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ This documentation includes only the "main kernel" (inside the `/kernel` directo
Documentation for bleeding-edge main can be found at [https://os.adamperkowski.dev/main](https://os.adamperkowski.dev/main).

Keep in mind that this website is still a WIP.

## Contributors

<a href="https://github.com/adamperkowski/highlightos/graphs/contributors">
<img src="https://raw.githubusercontent.com/adamperkowski/highlightos/gh-pages/CONTRIBUTORS.svg"/>
</a>

0 comments on commit ffd17cc

Please sign in to comment.