🔼 Bumped docusaurus and fixed malformed yaml

This commit is contained in:
2022-09-12 12:51:28 -07:00
parent 0ad5eeda71
commit b927acad04
4 changed files with 3318 additions and 3015 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Release to GitHub Pages - name: Release to GitHub Pages
env: env:
USE_SSH: true USE_SSH: true
GIT_USER: git GIT_USER: rishighan
run: | run: |
git config --global user.email "rishi.ghan@gmail.com" git config --global user.email "rishi.ghan@gmail.com"
git config --global user.name "rishighan" git config --global user.name "rishighan"

View File

@@ -56,14 +56,12 @@ First things first, let's go over what the pre-requisites are:
```yaml ```yaml
version: "3.7" version: "3.7"
x-userdata-volume: x-userdata-volume: &userdata-volume
&userdata-volume
type: bind type: bind
source: ${USERDATA_DIRECTORY} source: ${USERDATA_DIRECTORY}
target: /userdata target: /userdata
x-comics-volume: x-comics-volume: &comics-volume
&comics-volume
type: bind type: bind
source: ${COMICS_DIRECTORY} source: ${COMICS_DIRECTORY}
target: /comics target: /comics
@@ -175,9 +173,10 @@ First things first, let's go over what the pre-requisites are:
volumes: volumes:
mongodb_data: mongodb_data:
driver: local driver: local
elasticsearch: elastic:
driver: local driver: local
``` ```
5. Click `Save Changes` 5. Click `Save Changes`
6. Click `Compose Up` and check for errors. 6. Click `Compose Up` and check for errors.
7. If all goes well, you should see the following containers appear as icons without images in the unRAID `Docker Containers` panel: 7. If all goes well, you should see the following containers appear as icons without images in the unRAID `Docker Containers` panel:

View File

@@ -15,8 +15,8 @@
"typecheck": "tsc" "typecheck": "tsc"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "^2.0.0-beta.6", "@docusaurus/core": "^2.1.0",
"@docusaurus/preset-classic": "^2.0.0-beta.6", "@docusaurus/preset-classic": "^2.1.0",
"@mdx-js/react": "^1.6.21", "@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1", "clsx": "^1.1.1",
@@ -27,7 +27,7 @@
"url-loader": "^4.1.1" "url-loader": "^4.1.1"
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.6", "@docusaurus/module-type-aliases": "^2.1.0",
"@tsconfig/docusaurus": "^1.0.4", "@tsconfig/docusaurus": "^1.0.4",
"typescript": "^4.3.5" "typescript": "^4.3.5"
}, },

6096
yarn.lock

File diff suppressed because it is too large Load Diff