Skip to content

Commit

Permalink
Markdownify & upgrade to Docusaurus v3 (#113)
Browse files Browse the repository at this point in the history
* Markdownify & upgrade to Docusaurus v3

Signed-off-by: TheRealPear <20259871+TheRealPear@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Patrick <CoWinkKeyDinkInc@users.noreply.github.com>
Signed-off-by: Pear <20259871+TheRealPear@users.noreply.github.com>

* Remove Kill the King / King's Conquest paragraph

Signed-off-by: TheRealPear <20259871+TheRealPear@users.noreply.github.com>

---------

Signed-off-by: TheRealPear <20259871+TheRealPear@users.noreply.github.com>
Signed-off-by: Pear <20259871+TheRealPear@users.noreply.github.com>
Co-authored-by: Patrick <CoWinkKeyDinkInc@users.noreply.github.com>
  • Loading branch information
TheRealPear and CoWinkKeyDinkInc authored Dec 19, 2023
1 parent e964e58 commit d0d382f
Show file tree
Hide file tree
Showing 77 changed files with 9,544 additions and 32,705 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: setup
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
run: |
npm ci
npm run build
Expand All @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: setup
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
- name: ssh
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PGM Documentation Website

Source for the official [PGM plugin](https://github.com/PGMDev/PGM) documentation, using [Docusaurus 2](https://docusaurus.io/).
Source for the official [PGM plugin](https://github.com/PGMDev/PGM) documentation, using [Docusaurus](https://docusaurus.io/).

## Overview

Expand Down
Loading

0 comments on commit d0d382f

Please sign in to comment.