Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Aug 9, 2024
1 parent e99e0e0 commit ee3d872
Show file tree
Hide file tree
Showing 5 changed files with 7,827 additions and 6,821 deletions.
2 changes: 1 addition & 1 deletion docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ If your Schedules are stuck on `Processing` or don't execute the tasks check the
* Is your Schedule set to run `ONLY WHEN SERVER IS ONLINE` and the server is currently offline?
* Is your queue worker service running? (`systemctl status pelican-queue`)
* Is your queue worker service using the correct PHP version? (`php -v`)
* Is your [cronjob setup](./panel/getting-started#crontab-configuration) correctly?
* Is your [cronjob setup](./panel/panel-setup#crontab-configuration) correctly?
If your queue worker service is not running you can also check the panel logs for errors.
Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ const config: Config = {
position: "left",
},
{ to: "/faq", label: "FAQ", position: "left" },
{ to: "https://hub.pelican.dev",
label: "The Hub",
position: "left"
},
{
href: "https://github.com/pelican-dev/",
position: "right",
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,38 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-common": "^3.3.2",
"@docusaurus/theme-mermaid": "^3.3.2",
"@docusaurus/theme-search-algolia": "^3.3.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@iconify/react": "^4.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.3.2",
"@docusaurus/core": "^3.5.0",
"@docusaurus/preset-classic": "^3.5.0",
"@docusaurus/theme-common": "^3.5.0",
"@docusaurus/theme-mermaid": "^3.5.0",
"@docusaurus/theme-search-algolia": "^3.5.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@iconify/react": "^5.0.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"docusaurus-lunr-search": "^3.4.0",
"docusaurus-plugin-sass": "^0.2.5",
"lunr": "^2.3.9",
"posthog-docusaurus": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-medium-image-zoom": "^5.2.0",
"posthog-docusaurus": "^2.0.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-medium-image-zoom": "^5.2.8",
"remark-gfm": "^4.0.0",
"sass": "^1.74.1"
"sass": "^1.77.8"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "~5.2.2"
"@docusaurus/module-type-aliases": "^3.5.0",
"@docusaurus/tsconfig": "^3.5.0",
"@docusaurus/types": "^3.5.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "~5.5.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit ee3d872

Please sign in to comment.