From 8e78160bb9b98b2c2bbc35513381a6f7538dd7ee Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Thu, 27 Oct 2022 21:44:37 -0500 Subject: [PATCH] Change documentation folder to docs --- {documentation => docs}/.gitignore | 0 {documentation => docs}/README.md | 0 {documentation => docs}/babel.config.js | 0 .../blog/2019-05-28-first-blog-post.md | 0 .../blog/2019-05-29-long-blog-post.md | 0 .../blog/2021-08-01-mdx-blog-post.mdx | 0 .../docusaurus-plushie-banner.jpeg | Bin .../blog/2021-08-26-welcome/index.md | 0 {documentation => docs}/blog/authors.yml | 0 {documentation => docs}/docs/FAQ.md | 0 .../docs/installation/_category_.json | 0 .../installation/docker-compose-installation.md | 0 .../docs/installation/one-step-installation.md | 0 .../docs/installation/portainer-installation.md | 0 .../docs/installation/requirements.md | 0 .../docs/installation/unraid-installation.md | 0 .../docs/mobile-app-beta-program.md | 0 .../docs/overview/_category_.json | 0 .../docs/overview/introduction.md | 0 .../docs/overview/logo-mearning.md | 0 .../docs/overview/support-the-project.md | 0 .../docs/overview/technology-stack.md | 0 .../docs/tutorial-basics/_category_.json | 0 .../docs/tutorial-basics/congratulations.md | 0 .../docs/tutorial-basics/create-a-blog-post.md | 0 .../docs/tutorial-basics/create-a-document.md | 0 .../docs/tutorial-basics/create-a-page.md | 0 .../docs/tutorial-basics/deploy-your-site.md | 0 .../docs/tutorial-basics/markdown-features.mdx | 0 .../docs/tutorial-extras/_category_.json | 0 .../tutorial-extras/img/docsVersionDropdown.png | Bin .../docs/tutorial-extras/img/localeDropdown.png | Bin .../docs/tutorial-extras/manage-docs-versions.md | 0 .../docs/tutorial-extras/translate-your-site.md | 0 {documentation => docs}/docs/usage/_category_.json | 0 .../docs/usage/android-background-backup.md | 0 .../docs/usage/common-usecase.md | 0 {documentation => docs}/docusaurus.config.js | 0 {documentation => docs}/package-lock.json | 0 {documentation => docs}/package.json | 0 {documentation => docs}/sidebars.js | 0 .../src/components/HomepageFeatures/index.tsx | 0 .../components/HomepageFeatures/styles.module.css | 0 {documentation => docs}/src/css/custom.css | 0 {documentation => docs}/src/pages/index.module.css | 0 {documentation => docs}/src/pages/index.tsx | 0 {documentation => docs}/src/pages/markdown-page.md | 0 {documentation => docs}/static/.nojekyll | 0 {documentation => docs}/static/img/docusaurus.png | Bin {documentation => docs}/static/img/favicon.ico | Bin {documentation => docs}/static/img/favicon.png | Bin {documentation => docs}/static/img/logo.png | Bin .../static/img/undraw_docusaurus_mountain.svg | 0 .../static/img/undraw_docusaurus_react.svg | 0 .../static/img/undraw_docusaurus_tree.svg | 0 {documentation => docs}/tsconfig.json | 0 56 files changed, 0 insertions(+), 0 deletions(-) rename {documentation => docs}/.gitignore (100%) rename {documentation => docs}/README.md (100%) rename {documentation => docs}/babel.config.js (100%) rename {documentation => docs}/blog/2019-05-28-first-blog-post.md (100%) rename {documentation => docs}/blog/2019-05-29-long-blog-post.md (100%) rename {documentation => docs}/blog/2021-08-01-mdx-blog-post.mdx (100%) rename {documentation => docs}/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg (100%) rename {documentation => docs}/blog/2021-08-26-welcome/index.md (100%) rename {documentation => docs}/blog/authors.yml (100%) rename {documentation => docs}/docs/FAQ.md (100%) rename {documentation => docs}/docs/installation/_category_.json (100%) rename {documentation => docs}/docs/installation/docker-compose-installation.md (100%) rename {documentation => docs}/docs/installation/one-step-installation.md (100%) rename {documentation => docs}/docs/installation/portainer-installation.md (100%) rename {documentation => docs}/docs/installation/requirements.md (100%) rename {documentation => docs}/docs/installation/unraid-installation.md (100%) rename {documentation => docs}/docs/mobile-app-beta-program.md (100%) rename {documentation => docs}/docs/overview/_category_.json (100%) rename {documentation => docs}/docs/overview/introduction.md (100%) rename {documentation => docs}/docs/overview/logo-mearning.md (100%) rename {documentation => docs}/docs/overview/support-the-project.md (100%) rename {documentation => docs}/docs/overview/technology-stack.md (100%) rename {documentation => docs}/docs/tutorial-basics/_category_.json (100%) rename {documentation => docs}/docs/tutorial-basics/congratulations.md (100%) rename {documentation => docs}/docs/tutorial-basics/create-a-blog-post.md (100%) rename {documentation => docs}/docs/tutorial-basics/create-a-document.md (100%) rename {documentation => docs}/docs/tutorial-basics/create-a-page.md (100%) rename {documentation => docs}/docs/tutorial-basics/deploy-your-site.md (100%) rename {documentation => docs}/docs/tutorial-basics/markdown-features.mdx (100%) rename {documentation => docs}/docs/tutorial-extras/_category_.json (100%) rename {documentation => docs}/docs/tutorial-extras/img/docsVersionDropdown.png (100%) rename {documentation => docs}/docs/tutorial-extras/img/localeDropdown.png (100%) rename {documentation => docs}/docs/tutorial-extras/manage-docs-versions.md (100%) rename {documentation => docs}/docs/tutorial-extras/translate-your-site.md (100%) rename {documentation => docs}/docs/usage/_category_.json (100%) rename {documentation => docs}/docs/usage/android-background-backup.md (100%) rename {documentation => docs}/docs/usage/common-usecase.md (100%) rename {documentation => docs}/docusaurus.config.js (100%) rename {documentation => docs}/package-lock.json (100%) rename {documentation => docs}/package.json (100%) rename {documentation => docs}/sidebars.js (100%) rename {documentation => docs}/src/components/HomepageFeatures/index.tsx (100%) rename {documentation => docs}/src/components/HomepageFeatures/styles.module.css (100%) rename {documentation => docs}/src/css/custom.css (100%) rename {documentation => docs}/src/pages/index.module.css (100%) rename {documentation => docs}/src/pages/index.tsx (100%) rename {documentation => docs}/src/pages/markdown-page.md (100%) rename {documentation => docs}/static/.nojekyll (100%) rename {documentation => docs}/static/img/docusaurus.png (100%) rename {documentation => docs}/static/img/favicon.ico (100%) rename {documentation => docs}/static/img/favicon.png (100%) rename {documentation => docs}/static/img/logo.png (100%) rename {documentation => docs}/static/img/undraw_docusaurus_mountain.svg (100%) rename {documentation => docs}/static/img/undraw_docusaurus_react.svg (100%) rename {documentation => docs}/static/img/undraw_docusaurus_tree.svg (100%) rename {documentation => docs}/tsconfig.json (100%) diff --git a/documentation/.gitignore b/docs/.gitignore similarity index 100% rename from documentation/.gitignore rename to docs/.gitignore diff --git a/documentation/README.md b/docs/README.md similarity index 100% rename from documentation/README.md rename to docs/README.md diff --git a/documentation/babel.config.js b/docs/babel.config.js similarity index 100% rename from documentation/babel.config.js rename to docs/babel.config.js diff --git a/documentation/blog/2019-05-28-first-blog-post.md b/docs/blog/2019-05-28-first-blog-post.md similarity index 100% rename from documentation/blog/2019-05-28-first-blog-post.md rename to docs/blog/2019-05-28-first-blog-post.md diff --git a/documentation/blog/2019-05-29-long-blog-post.md b/docs/blog/2019-05-29-long-blog-post.md similarity index 100% rename from documentation/blog/2019-05-29-long-blog-post.md rename to docs/blog/2019-05-29-long-blog-post.md diff --git a/documentation/blog/2021-08-01-mdx-blog-post.mdx b/docs/blog/2021-08-01-mdx-blog-post.mdx similarity index 100% rename from documentation/blog/2021-08-01-mdx-blog-post.mdx rename to docs/blog/2021-08-01-mdx-blog-post.mdx diff --git a/documentation/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg b/docs/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg similarity index 100% rename from documentation/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg rename to docs/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg diff --git a/documentation/blog/2021-08-26-welcome/index.md b/docs/blog/2021-08-26-welcome/index.md similarity index 100% rename from documentation/blog/2021-08-26-welcome/index.md rename to docs/blog/2021-08-26-welcome/index.md diff --git a/documentation/blog/authors.yml b/docs/blog/authors.yml similarity index 100% rename from documentation/blog/authors.yml rename to docs/blog/authors.yml diff --git a/documentation/docs/FAQ.md b/docs/docs/FAQ.md similarity index 100% rename from documentation/docs/FAQ.md rename to docs/docs/FAQ.md diff --git a/documentation/docs/installation/_category_.json b/docs/docs/installation/_category_.json similarity index 100% rename from documentation/docs/installation/_category_.json rename to docs/docs/installation/_category_.json diff --git a/documentation/docs/installation/docker-compose-installation.md b/docs/docs/installation/docker-compose-installation.md similarity index 100% rename from documentation/docs/installation/docker-compose-installation.md rename to docs/docs/installation/docker-compose-installation.md diff --git a/documentation/docs/installation/one-step-installation.md b/docs/docs/installation/one-step-installation.md similarity index 100% rename from documentation/docs/installation/one-step-installation.md rename to docs/docs/installation/one-step-installation.md diff --git a/documentation/docs/installation/portainer-installation.md b/docs/docs/installation/portainer-installation.md similarity index 100% rename from documentation/docs/installation/portainer-installation.md rename to docs/docs/installation/portainer-installation.md diff --git a/documentation/docs/installation/requirements.md b/docs/docs/installation/requirements.md similarity index 100% rename from documentation/docs/installation/requirements.md rename to docs/docs/installation/requirements.md diff --git a/documentation/docs/installation/unraid-installation.md b/docs/docs/installation/unraid-installation.md similarity index 100% rename from documentation/docs/installation/unraid-installation.md rename to docs/docs/installation/unraid-installation.md diff --git a/documentation/docs/mobile-app-beta-program.md b/docs/docs/mobile-app-beta-program.md similarity index 100% rename from documentation/docs/mobile-app-beta-program.md rename to docs/docs/mobile-app-beta-program.md diff --git a/documentation/docs/overview/_category_.json b/docs/docs/overview/_category_.json similarity index 100% rename from documentation/docs/overview/_category_.json rename to docs/docs/overview/_category_.json diff --git a/documentation/docs/overview/introduction.md b/docs/docs/overview/introduction.md similarity index 100% rename from documentation/docs/overview/introduction.md rename to docs/docs/overview/introduction.md diff --git a/documentation/docs/overview/logo-mearning.md b/docs/docs/overview/logo-mearning.md similarity index 100% rename from documentation/docs/overview/logo-mearning.md rename to docs/docs/overview/logo-mearning.md diff --git a/documentation/docs/overview/support-the-project.md b/docs/docs/overview/support-the-project.md similarity index 100% rename from documentation/docs/overview/support-the-project.md rename to docs/docs/overview/support-the-project.md diff --git a/documentation/docs/overview/technology-stack.md b/docs/docs/overview/technology-stack.md similarity index 100% rename from documentation/docs/overview/technology-stack.md rename to docs/docs/overview/technology-stack.md diff --git a/documentation/docs/tutorial-basics/_category_.json b/docs/docs/tutorial-basics/_category_.json similarity index 100% rename from documentation/docs/tutorial-basics/_category_.json rename to docs/docs/tutorial-basics/_category_.json diff --git a/documentation/docs/tutorial-basics/congratulations.md b/docs/docs/tutorial-basics/congratulations.md similarity index 100% rename from documentation/docs/tutorial-basics/congratulations.md rename to docs/docs/tutorial-basics/congratulations.md diff --git a/documentation/docs/tutorial-basics/create-a-blog-post.md b/docs/docs/tutorial-basics/create-a-blog-post.md similarity index 100% rename from documentation/docs/tutorial-basics/create-a-blog-post.md rename to docs/docs/tutorial-basics/create-a-blog-post.md diff --git a/documentation/docs/tutorial-basics/create-a-document.md b/docs/docs/tutorial-basics/create-a-document.md similarity index 100% rename from documentation/docs/tutorial-basics/create-a-document.md rename to docs/docs/tutorial-basics/create-a-document.md diff --git a/documentation/docs/tutorial-basics/create-a-page.md b/docs/docs/tutorial-basics/create-a-page.md similarity index 100% rename from documentation/docs/tutorial-basics/create-a-page.md rename to docs/docs/tutorial-basics/create-a-page.md diff --git a/documentation/docs/tutorial-basics/deploy-your-site.md b/docs/docs/tutorial-basics/deploy-your-site.md similarity index 100% rename from documentation/docs/tutorial-basics/deploy-your-site.md rename to docs/docs/tutorial-basics/deploy-your-site.md diff --git a/documentation/docs/tutorial-basics/markdown-features.mdx b/docs/docs/tutorial-basics/markdown-features.mdx similarity index 100% rename from documentation/docs/tutorial-basics/markdown-features.mdx rename to docs/docs/tutorial-basics/markdown-features.mdx diff --git a/documentation/docs/tutorial-extras/_category_.json b/docs/docs/tutorial-extras/_category_.json similarity index 100% rename from documentation/docs/tutorial-extras/_category_.json rename to docs/docs/tutorial-extras/_category_.json diff --git a/documentation/docs/tutorial-extras/img/docsVersionDropdown.png b/docs/docs/tutorial-extras/img/docsVersionDropdown.png similarity index 100% rename from documentation/docs/tutorial-extras/img/docsVersionDropdown.png rename to docs/docs/tutorial-extras/img/docsVersionDropdown.png diff --git a/documentation/docs/tutorial-extras/img/localeDropdown.png b/docs/docs/tutorial-extras/img/localeDropdown.png similarity index 100% rename from documentation/docs/tutorial-extras/img/localeDropdown.png rename to docs/docs/tutorial-extras/img/localeDropdown.png diff --git a/documentation/docs/tutorial-extras/manage-docs-versions.md b/docs/docs/tutorial-extras/manage-docs-versions.md similarity index 100% rename from documentation/docs/tutorial-extras/manage-docs-versions.md rename to docs/docs/tutorial-extras/manage-docs-versions.md diff --git a/documentation/docs/tutorial-extras/translate-your-site.md b/docs/docs/tutorial-extras/translate-your-site.md similarity index 100% rename from documentation/docs/tutorial-extras/translate-your-site.md rename to docs/docs/tutorial-extras/translate-your-site.md diff --git a/documentation/docs/usage/_category_.json b/docs/docs/usage/_category_.json similarity index 100% rename from documentation/docs/usage/_category_.json rename to docs/docs/usage/_category_.json diff --git a/documentation/docs/usage/android-background-backup.md b/docs/docs/usage/android-background-backup.md similarity index 100% rename from documentation/docs/usage/android-background-backup.md rename to docs/docs/usage/android-background-backup.md diff --git a/documentation/docs/usage/common-usecase.md b/docs/docs/usage/common-usecase.md similarity index 100% rename from documentation/docs/usage/common-usecase.md rename to docs/docs/usage/common-usecase.md diff --git a/documentation/docusaurus.config.js b/docs/docusaurus.config.js similarity index 100% rename from documentation/docusaurus.config.js rename to docs/docusaurus.config.js diff --git a/documentation/package-lock.json b/docs/package-lock.json similarity index 100% rename from documentation/package-lock.json rename to docs/package-lock.json diff --git a/documentation/package.json b/docs/package.json similarity index 100% rename from documentation/package.json rename to docs/package.json diff --git a/documentation/sidebars.js b/docs/sidebars.js similarity index 100% rename from documentation/sidebars.js rename to docs/sidebars.js diff --git a/documentation/src/components/HomepageFeatures/index.tsx b/docs/src/components/HomepageFeatures/index.tsx similarity index 100% rename from documentation/src/components/HomepageFeatures/index.tsx rename to docs/src/components/HomepageFeatures/index.tsx diff --git a/documentation/src/components/HomepageFeatures/styles.module.css b/docs/src/components/HomepageFeatures/styles.module.css similarity index 100% rename from documentation/src/components/HomepageFeatures/styles.module.css rename to docs/src/components/HomepageFeatures/styles.module.css diff --git a/documentation/src/css/custom.css b/docs/src/css/custom.css similarity index 100% rename from documentation/src/css/custom.css rename to docs/src/css/custom.css diff --git a/documentation/src/pages/index.module.css b/docs/src/pages/index.module.css similarity index 100% rename from documentation/src/pages/index.module.css rename to docs/src/pages/index.module.css diff --git a/documentation/src/pages/index.tsx b/docs/src/pages/index.tsx similarity index 100% rename from documentation/src/pages/index.tsx rename to docs/src/pages/index.tsx diff --git a/documentation/src/pages/markdown-page.md b/docs/src/pages/markdown-page.md similarity index 100% rename from documentation/src/pages/markdown-page.md rename to docs/src/pages/markdown-page.md diff --git a/documentation/static/.nojekyll b/docs/static/.nojekyll similarity index 100% rename from documentation/static/.nojekyll rename to docs/static/.nojekyll diff --git a/documentation/static/img/docusaurus.png b/docs/static/img/docusaurus.png similarity index 100% rename from documentation/static/img/docusaurus.png rename to docs/static/img/docusaurus.png diff --git a/documentation/static/img/favicon.ico b/docs/static/img/favicon.ico similarity index 100% rename from documentation/static/img/favicon.ico rename to docs/static/img/favicon.ico diff --git a/documentation/static/img/favicon.png b/docs/static/img/favicon.png similarity index 100% rename from documentation/static/img/favicon.png rename to docs/static/img/favicon.png diff --git a/documentation/static/img/logo.png b/docs/static/img/logo.png similarity index 100% rename from documentation/static/img/logo.png rename to docs/static/img/logo.png diff --git a/documentation/static/img/undraw_docusaurus_mountain.svg b/docs/static/img/undraw_docusaurus_mountain.svg similarity index 100% rename from documentation/static/img/undraw_docusaurus_mountain.svg rename to docs/static/img/undraw_docusaurus_mountain.svg diff --git a/documentation/static/img/undraw_docusaurus_react.svg b/docs/static/img/undraw_docusaurus_react.svg similarity index 100% rename from documentation/static/img/undraw_docusaurus_react.svg rename to docs/static/img/undraw_docusaurus_react.svg diff --git a/documentation/static/img/undraw_docusaurus_tree.svg b/docs/static/img/undraw_docusaurus_tree.svg similarity index 100% rename from documentation/static/img/undraw_docusaurus_tree.svg rename to docs/static/img/undraw_docusaurus_tree.svg diff --git a/documentation/tsconfig.json b/docs/tsconfig.json similarity index 100% rename from documentation/tsconfig.json rename to docs/tsconfig.json