From 7c61a59ecbfbd955a5e55d457387f8c6673ca433 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Tue, 19 Mar 2024 19:24:15 +0000 Subject: [PATCH] refactor(website): rename docs -> website --- {docs => website}/.gitignore | 0 {docs => website}/.nojekyll | 0 {docs => website}/Taskfile.yml | 0 {docs => website}/babel.config.ts | 0 .../blog/2023-09-02-introducing-experiments.md | 0 {docs => website}/blog/authors.yml | 0 {docs => website}/constants.ts | 0 {docs => website}/crowdin.yml | 0 {docs => website}/docs/api_reference.md | 0 {docs => website}/docs/changelog.md | 0 {docs => website}/docs/community.md | 0 {docs => website}/docs/contributing.md | 0 {docs => website}/docs/deprecations/deprecations.md | 0 {docs => website}/docs/deprecations/template.md | 0 .../docs/deprecations/version_2_schema.md | 0 .../docs/experiments/any_variables.mdx | 0 {docs => website}/docs/experiments/experiments.md | 0 {docs => website}/docs/experiments/gentle_force.md | 0 .../docs/experiments/remote_taskfiles.md | 0 {docs => website}/docs/experiments/template.md | 0 {docs => website}/docs/faq.md | 0 {docs => website}/docs/installation.md | 0 {docs => website}/docs/integrations.md | 0 {docs => website}/docs/intro.md | 0 {docs => website}/docs/releasing.md | 0 {docs => website}/docs/styleguide.md | 0 {docs => website}/docs/taskfile_versions.md | 0 {docs => website}/docs/translate.md | 0 {docs => website}/docs/usage.md | 0 {docs => website}/docusaurus.config.ts | 0 {docs => website}/package.json | 0 {docs => website}/prettier.config.js | 0 {docs => website}/sidebars.ts | 0 {docs => website}/src/api/crowdin.js | 0 {docs => website}/src/components/.keep | 0 {docs => website}/src/css/carbon.css | 0 {docs => website}/src/css/custom.css | 0 {docs => website}/src/pages/.keep | 0 {docs => website}/src/pages/donate.md | 0 {docs => website}/src/themes/prismDark.js | 0 {docs => website}/src/themes/prismLight.js | 0 {docs => website}/static/.nojekyll | 0 {docs => website}/static/CNAME | 0 {docs => website}/static/img/appwrite.svg | 0 {docs => website}/static/img/favicon.ico | Bin {docs => website}/static/img/icon-discord.svg | 0 {docs => website}/static/img/icon-github.svg | 0 {docs => website}/static/img/icon-mastodon.svg | 0 {docs => website}/static/img/icon-twitter.svg | 0 {docs => website}/static/img/logo.png | Bin {docs => website}/static/img/logo.svg | 0 {docs => website}/static/img/logo_mono.svg | 0 {docs => website}/static/img/og-image.png | Bin {docs => website}/static/img/pix.png | Bin {docs => website}/static/install.sh | 0 {docs => website}/static/js/carbon.js | 0 {docs => website}/static/schema.json | 0 {docs => website}/tsconfig.json | 0 .../versioned_docs/version-latest/api_reference.md | 0 .../versioned_docs/version-latest/changelog.md | 0 .../versioned_docs/version-latest/community.md | 0 .../versioned_docs/version-latest/contributing.md | 0 .../version-latest/deprecations/deprecations.md | 0 .../version-latest/deprecations/template.md | 0 .../version-latest/deprecations/version_2_schema.md | 0 .../versioned_docs/version-latest/donate.md | 0 .../version-latest/experiments/any_variables.mdx | 0 .../version-latest/experiments/experiments.md | 0 .../version-latest/experiments/gentle_force.md | 0 .../version-latest/experiments/remote_taskfiles.md | 0 .../version-latest/experiments/template.md | 0 .../versioned_docs/version-latest/faq.md | 0 .../versioned_docs/version-latest/installation.md | 0 .../versioned_docs/version-latest/integrations.md | 0 .../versioned_docs/version-latest/intro.md | 0 .../versioned_docs/version-latest/releasing.md | 0 .../versioned_docs/version-latest/styleguide.md | 0 .../version-latest/taskfile_versions.md | 0 .../versioned_docs/version-latest/translate.md | 0 .../versioned_docs/version-latest/usage.md | 0 .../versioned_sidebars/version-latest-sidebars.json | 0 {docs => website}/versions.json | 0 {docs => website}/yarn.lock | 0 83 files changed, 0 insertions(+), 0 deletions(-) rename {docs => website}/.gitignore (100%) rename {docs => website}/.nojekyll (100%) rename {docs => website}/Taskfile.yml (100%) rename {docs => website}/babel.config.ts (100%) rename {docs => website}/blog/2023-09-02-introducing-experiments.md (100%) rename {docs => website}/blog/authors.yml (100%) rename {docs => website}/constants.ts (100%) rename {docs => website}/crowdin.yml (100%) rename {docs => website}/docs/api_reference.md (100%) rename {docs => website}/docs/changelog.md (100%) rename {docs => website}/docs/community.md (100%) rename {docs => website}/docs/contributing.md (100%) rename {docs => website}/docs/deprecations/deprecations.md (100%) rename {docs => website}/docs/deprecations/template.md (100%) rename {docs => website}/docs/deprecations/version_2_schema.md (100%) rename {docs => website}/docs/experiments/any_variables.mdx (100%) rename {docs => website}/docs/experiments/experiments.md (100%) rename {docs => website}/docs/experiments/gentle_force.md (100%) rename {docs => website}/docs/experiments/remote_taskfiles.md (100%) rename {docs => website}/docs/experiments/template.md (100%) rename {docs => website}/docs/faq.md (100%) rename {docs => website}/docs/installation.md (100%) rename {docs => website}/docs/integrations.md (100%) rename {docs => website}/docs/intro.md (100%) rename {docs => website}/docs/releasing.md (100%) rename {docs => website}/docs/styleguide.md (100%) rename {docs => website}/docs/taskfile_versions.md (100%) rename {docs => website}/docs/translate.md (100%) rename {docs => website}/docs/usage.md (100%) rename {docs => website}/docusaurus.config.ts (100%) rename {docs => website}/package.json (100%) rename {docs => website}/prettier.config.js (100%) rename {docs => website}/sidebars.ts (100%) rename {docs => website}/src/api/crowdin.js (100%) rename {docs => website}/src/components/.keep (100%) rename {docs => website}/src/css/carbon.css (100%) rename {docs => website}/src/css/custom.css (100%) rename {docs => website}/src/pages/.keep (100%) rename {docs => website}/src/pages/donate.md (100%) rename {docs => website}/src/themes/prismDark.js (100%) rename {docs => website}/src/themes/prismLight.js (100%) rename {docs => website}/static/.nojekyll (100%) rename {docs => website}/static/CNAME (100%) rename {docs => website}/static/img/appwrite.svg (100%) rename {docs => website}/static/img/favicon.ico (100%) rename {docs => website}/static/img/icon-discord.svg (100%) rename {docs => website}/static/img/icon-github.svg (100%) rename {docs => website}/static/img/icon-mastodon.svg (100%) rename {docs => website}/static/img/icon-twitter.svg (100%) rename {docs => website}/static/img/logo.png (100%) rename {docs => website}/static/img/logo.svg (100%) rename {docs => website}/static/img/logo_mono.svg (100%) rename {docs => website}/static/img/og-image.png (100%) rename {docs => website}/static/img/pix.png (100%) rename {docs => website}/static/install.sh (100%) rename {docs => website}/static/js/carbon.js (100%) rename {docs => website}/static/schema.json (100%) rename {docs => website}/tsconfig.json (100%) rename {docs => website}/versioned_docs/version-latest/api_reference.md (100%) rename {docs => website}/versioned_docs/version-latest/changelog.md (100%) rename {docs => website}/versioned_docs/version-latest/community.md (100%) rename {docs => website}/versioned_docs/version-latest/contributing.md (100%) rename {docs => website}/versioned_docs/version-latest/deprecations/deprecations.md (100%) rename {docs => website}/versioned_docs/version-latest/deprecations/template.md (100%) rename {docs => website}/versioned_docs/version-latest/deprecations/version_2_schema.md (100%) rename {docs => website}/versioned_docs/version-latest/donate.md (100%) rename {docs => website}/versioned_docs/version-latest/experiments/any_variables.mdx (100%) rename {docs => website}/versioned_docs/version-latest/experiments/experiments.md (100%) rename {docs => website}/versioned_docs/version-latest/experiments/gentle_force.md (100%) rename {docs => website}/versioned_docs/version-latest/experiments/remote_taskfiles.md (100%) rename {docs => website}/versioned_docs/version-latest/experiments/template.md (100%) rename {docs => website}/versioned_docs/version-latest/faq.md (100%) rename {docs => website}/versioned_docs/version-latest/installation.md (100%) rename {docs => website}/versioned_docs/version-latest/integrations.md (100%) rename {docs => website}/versioned_docs/version-latest/intro.md (100%) rename {docs => website}/versioned_docs/version-latest/releasing.md (100%) rename {docs => website}/versioned_docs/version-latest/styleguide.md (100%) rename {docs => website}/versioned_docs/version-latest/taskfile_versions.md (100%) rename {docs => website}/versioned_docs/version-latest/translate.md (100%) rename {docs => website}/versioned_docs/version-latest/usage.md (100%) rename {docs => website}/versioned_sidebars/version-latest-sidebars.json (100%) rename {docs => website}/versions.json (100%) rename {docs => website}/yarn.lock (100%) diff --git a/docs/.gitignore b/website/.gitignore similarity index 100% rename from docs/.gitignore rename to website/.gitignore diff --git a/docs/.nojekyll b/website/.nojekyll similarity index 100% rename from docs/.nojekyll rename to website/.nojekyll diff --git a/docs/Taskfile.yml b/website/Taskfile.yml similarity index 100% rename from docs/Taskfile.yml rename to website/Taskfile.yml diff --git a/docs/babel.config.ts b/website/babel.config.ts similarity index 100% rename from docs/babel.config.ts rename to website/babel.config.ts diff --git a/docs/blog/2023-09-02-introducing-experiments.md b/website/blog/2023-09-02-introducing-experiments.md similarity index 100% rename from docs/blog/2023-09-02-introducing-experiments.md rename to website/blog/2023-09-02-introducing-experiments.md diff --git a/docs/blog/authors.yml b/website/blog/authors.yml similarity index 100% rename from docs/blog/authors.yml rename to website/blog/authors.yml diff --git a/docs/constants.ts b/website/constants.ts similarity index 100% rename from docs/constants.ts rename to website/constants.ts diff --git a/docs/crowdin.yml b/website/crowdin.yml similarity index 100% rename from docs/crowdin.yml rename to website/crowdin.yml diff --git a/docs/docs/api_reference.md b/website/docs/api_reference.md similarity index 100% rename from docs/docs/api_reference.md rename to website/docs/api_reference.md diff --git a/docs/docs/changelog.md b/website/docs/changelog.md similarity index 100% rename from docs/docs/changelog.md rename to website/docs/changelog.md diff --git a/docs/docs/community.md b/website/docs/community.md similarity index 100% rename from docs/docs/community.md rename to website/docs/community.md diff --git a/docs/docs/contributing.md b/website/docs/contributing.md similarity index 100% rename from docs/docs/contributing.md rename to website/docs/contributing.md diff --git a/docs/docs/deprecations/deprecations.md b/website/docs/deprecations/deprecations.md similarity index 100% rename from docs/docs/deprecations/deprecations.md rename to website/docs/deprecations/deprecations.md diff --git a/docs/docs/deprecations/template.md b/website/docs/deprecations/template.md similarity index 100% rename from docs/docs/deprecations/template.md rename to website/docs/deprecations/template.md diff --git a/docs/docs/deprecations/version_2_schema.md b/website/docs/deprecations/version_2_schema.md similarity index 100% rename from docs/docs/deprecations/version_2_schema.md rename to website/docs/deprecations/version_2_schema.md diff --git a/docs/docs/experiments/any_variables.mdx b/website/docs/experiments/any_variables.mdx similarity index 100% rename from docs/docs/experiments/any_variables.mdx rename to website/docs/experiments/any_variables.mdx diff --git a/docs/docs/experiments/experiments.md b/website/docs/experiments/experiments.md similarity index 100% rename from docs/docs/experiments/experiments.md rename to website/docs/experiments/experiments.md diff --git a/docs/docs/experiments/gentle_force.md b/website/docs/experiments/gentle_force.md similarity index 100% rename from docs/docs/experiments/gentle_force.md rename to website/docs/experiments/gentle_force.md diff --git a/docs/docs/experiments/remote_taskfiles.md b/website/docs/experiments/remote_taskfiles.md similarity index 100% rename from docs/docs/experiments/remote_taskfiles.md rename to website/docs/experiments/remote_taskfiles.md diff --git a/docs/docs/experiments/template.md b/website/docs/experiments/template.md similarity index 100% rename from docs/docs/experiments/template.md rename to website/docs/experiments/template.md diff --git a/docs/docs/faq.md b/website/docs/faq.md similarity index 100% rename from docs/docs/faq.md rename to website/docs/faq.md diff --git a/docs/docs/installation.md b/website/docs/installation.md similarity index 100% rename from docs/docs/installation.md rename to website/docs/installation.md diff --git a/docs/docs/integrations.md b/website/docs/integrations.md similarity index 100% rename from docs/docs/integrations.md rename to website/docs/integrations.md diff --git a/docs/docs/intro.md b/website/docs/intro.md similarity index 100% rename from docs/docs/intro.md rename to website/docs/intro.md diff --git a/docs/docs/releasing.md b/website/docs/releasing.md similarity index 100% rename from docs/docs/releasing.md rename to website/docs/releasing.md diff --git a/docs/docs/styleguide.md b/website/docs/styleguide.md similarity index 100% rename from docs/docs/styleguide.md rename to website/docs/styleguide.md diff --git a/docs/docs/taskfile_versions.md b/website/docs/taskfile_versions.md similarity index 100% rename from docs/docs/taskfile_versions.md rename to website/docs/taskfile_versions.md diff --git a/docs/docs/translate.md b/website/docs/translate.md similarity index 100% rename from docs/docs/translate.md rename to website/docs/translate.md diff --git a/docs/docs/usage.md b/website/docs/usage.md similarity index 100% rename from docs/docs/usage.md rename to website/docs/usage.md diff --git a/docs/docusaurus.config.ts b/website/docusaurus.config.ts similarity index 100% rename from docs/docusaurus.config.ts rename to website/docusaurus.config.ts diff --git a/docs/package.json b/website/package.json similarity index 100% rename from docs/package.json rename to website/package.json diff --git a/docs/prettier.config.js b/website/prettier.config.js similarity index 100% rename from docs/prettier.config.js rename to website/prettier.config.js diff --git a/docs/sidebars.ts b/website/sidebars.ts similarity index 100% rename from docs/sidebars.ts rename to website/sidebars.ts diff --git a/docs/src/api/crowdin.js b/website/src/api/crowdin.js similarity index 100% rename from docs/src/api/crowdin.js rename to website/src/api/crowdin.js diff --git a/docs/src/components/.keep b/website/src/components/.keep similarity index 100% rename from docs/src/components/.keep rename to website/src/components/.keep diff --git a/docs/src/css/carbon.css b/website/src/css/carbon.css similarity index 100% rename from docs/src/css/carbon.css rename to website/src/css/carbon.css diff --git a/docs/src/css/custom.css b/website/src/css/custom.css similarity index 100% rename from docs/src/css/custom.css rename to website/src/css/custom.css diff --git a/docs/src/pages/.keep b/website/src/pages/.keep similarity index 100% rename from docs/src/pages/.keep rename to website/src/pages/.keep diff --git a/docs/src/pages/donate.md b/website/src/pages/donate.md similarity index 100% rename from docs/src/pages/donate.md rename to website/src/pages/donate.md diff --git a/docs/src/themes/prismDark.js b/website/src/themes/prismDark.js similarity index 100% rename from docs/src/themes/prismDark.js rename to website/src/themes/prismDark.js diff --git a/docs/src/themes/prismLight.js b/website/src/themes/prismLight.js similarity index 100% rename from docs/src/themes/prismLight.js rename to website/src/themes/prismLight.js diff --git a/docs/static/.nojekyll b/website/static/.nojekyll similarity index 100% rename from docs/static/.nojekyll rename to website/static/.nojekyll diff --git a/docs/static/CNAME b/website/static/CNAME similarity index 100% rename from docs/static/CNAME rename to website/static/CNAME diff --git a/docs/static/img/appwrite.svg b/website/static/img/appwrite.svg similarity index 100% rename from docs/static/img/appwrite.svg rename to website/static/img/appwrite.svg diff --git a/docs/static/img/favicon.ico b/website/static/img/favicon.ico similarity index 100% rename from docs/static/img/favicon.ico rename to website/static/img/favicon.ico diff --git a/docs/static/img/icon-discord.svg b/website/static/img/icon-discord.svg similarity index 100% rename from docs/static/img/icon-discord.svg rename to website/static/img/icon-discord.svg diff --git a/docs/static/img/icon-github.svg b/website/static/img/icon-github.svg similarity index 100% rename from docs/static/img/icon-github.svg rename to website/static/img/icon-github.svg diff --git a/docs/static/img/icon-mastodon.svg b/website/static/img/icon-mastodon.svg similarity index 100% rename from docs/static/img/icon-mastodon.svg rename to website/static/img/icon-mastodon.svg diff --git a/docs/static/img/icon-twitter.svg b/website/static/img/icon-twitter.svg similarity index 100% rename from docs/static/img/icon-twitter.svg rename to website/static/img/icon-twitter.svg diff --git a/docs/static/img/logo.png b/website/static/img/logo.png similarity index 100% rename from docs/static/img/logo.png rename to website/static/img/logo.png diff --git a/docs/static/img/logo.svg b/website/static/img/logo.svg similarity index 100% rename from docs/static/img/logo.svg rename to website/static/img/logo.svg diff --git a/docs/static/img/logo_mono.svg b/website/static/img/logo_mono.svg similarity index 100% rename from docs/static/img/logo_mono.svg rename to website/static/img/logo_mono.svg diff --git a/docs/static/img/og-image.png b/website/static/img/og-image.png similarity index 100% rename from docs/static/img/og-image.png rename to website/static/img/og-image.png diff --git a/docs/static/img/pix.png b/website/static/img/pix.png similarity index 100% rename from docs/static/img/pix.png rename to website/static/img/pix.png diff --git a/docs/static/install.sh b/website/static/install.sh similarity index 100% rename from docs/static/install.sh rename to website/static/install.sh diff --git a/docs/static/js/carbon.js b/website/static/js/carbon.js similarity index 100% rename from docs/static/js/carbon.js rename to website/static/js/carbon.js diff --git a/docs/static/schema.json b/website/static/schema.json similarity index 100% rename from docs/static/schema.json rename to website/static/schema.json diff --git a/docs/tsconfig.json b/website/tsconfig.json similarity index 100% rename from docs/tsconfig.json rename to website/tsconfig.json diff --git a/docs/versioned_docs/version-latest/api_reference.md b/website/versioned_docs/version-latest/api_reference.md similarity index 100% rename from docs/versioned_docs/version-latest/api_reference.md rename to website/versioned_docs/version-latest/api_reference.md diff --git a/docs/versioned_docs/version-latest/changelog.md b/website/versioned_docs/version-latest/changelog.md similarity index 100% rename from docs/versioned_docs/version-latest/changelog.md rename to website/versioned_docs/version-latest/changelog.md diff --git a/docs/versioned_docs/version-latest/community.md b/website/versioned_docs/version-latest/community.md similarity index 100% rename from docs/versioned_docs/version-latest/community.md rename to website/versioned_docs/version-latest/community.md diff --git a/docs/versioned_docs/version-latest/contributing.md b/website/versioned_docs/version-latest/contributing.md similarity index 100% rename from docs/versioned_docs/version-latest/contributing.md rename to website/versioned_docs/version-latest/contributing.md diff --git a/docs/versioned_docs/version-latest/deprecations/deprecations.md b/website/versioned_docs/version-latest/deprecations/deprecations.md similarity index 100% rename from docs/versioned_docs/version-latest/deprecations/deprecations.md rename to website/versioned_docs/version-latest/deprecations/deprecations.md diff --git a/docs/versioned_docs/version-latest/deprecations/template.md b/website/versioned_docs/version-latest/deprecations/template.md similarity index 100% rename from docs/versioned_docs/version-latest/deprecations/template.md rename to website/versioned_docs/version-latest/deprecations/template.md diff --git a/docs/versioned_docs/version-latest/deprecations/version_2_schema.md b/website/versioned_docs/version-latest/deprecations/version_2_schema.md similarity index 100% rename from docs/versioned_docs/version-latest/deprecations/version_2_schema.md rename to website/versioned_docs/version-latest/deprecations/version_2_schema.md diff --git a/docs/versioned_docs/version-latest/donate.md b/website/versioned_docs/version-latest/donate.md similarity index 100% rename from docs/versioned_docs/version-latest/donate.md rename to website/versioned_docs/version-latest/donate.md diff --git a/docs/versioned_docs/version-latest/experiments/any_variables.mdx b/website/versioned_docs/version-latest/experiments/any_variables.mdx similarity index 100% rename from docs/versioned_docs/version-latest/experiments/any_variables.mdx rename to website/versioned_docs/version-latest/experiments/any_variables.mdx diff --git a/docs/versioned_docs/version-latest/experiments/experiments.md b/website/versioned_docs/version-latest/experiments/experiments.md similarity index 100% rename from docs/versioned_docs/version-latest/experiments/experiments.md rename to website/versioned_docs/version-latest/experiments/experiments.md diff --git a/docs/versioned_docs/version-latest/experiments/gentle_force.md b/website/versioned_docs/version-latest/experiments/gentle_force.md similarity index 100% rename from docs/versioned_docs/version-latest/experiments/gentle_force.md rename to website/versioned_docs/version-latest/experiments/gentle_force.md diff --git a/docs/versioned_docs/version-latest/experiments/remote_taskfiles.md b/website/versioned_docs/version-latest/experiments/remote_taskfiles.md similarity index 100% rename from docs/versioned_docs/version-latest/experiments/remote_taskfiles.md rename to website/versioned_docs/version-latest/experiments/remote_taskfiles.md diff --git a/docs/versioned_docs/version-latest/experiments/template.md b/website/versioned_docs/version-latest/experiments/template.md similarity index 100% rename from docs/versioned_docs/version-latest/experiments/template.md rename to website/versioned_docs/version-latest/experiments/template.md diff --git a/docs/versioned_docs/version-latest/faq.md b/website/versioned_docs/version-latest/faq.md similarity index 100% rename from docs/versioned_docs/version-latest/faq.md rename to website/versioned_docs/version-latest/faq.md diff --git a/docs/versioned_docs/version-latest/installation.md b/website/versioned_docs/version-latest/installation.md similarity index 100% rename from docs/versioned_docs/version-latest/installation.md rename to website/versioned_docs/version-latest/installation.md diff --git a/docs/versioned_docs/version-latest/integrations.md b/website/versioned_docs/version-latest/integrations.md similarity index 100% rename from docs/versioned_docs/version-latest/integrations.md rename to website/versioned_docs/version-latest/integrations.md diff --git a/docs/versioned_docs/version-latest/intro.md b/website/versioned_docs/version-latest/intro.md similarity index 100% rename from docs/versioned_docs/version-latest/intro.md rename to website/versioned_docs/version-latest/intro.md diff --git a/docs/versioned_docs/version-latest/releasing.md b/website/versioned_docs/version-latest/releasing.md similarity index 100% rename from docs/versioned_docs/version-latest/releasing.md rename to website/versioned_docs/version-latest/releasing.md diff --git a/docs/versioned_docs/version-latest/styleguide.md b/website/versioned_docs/version-latest/styleguide.md similarity index 100% rename from docs/versioned_docs/version-latest/styleguide.md rename to website/versioned_docs/version-latest/styleguide.md diff --git a/docs/versioned_docs/version-latest/taskfile_versions.md b/website/versioned_docs/version-latest/taskfile_versions.md similarity index 100% rename from docs/versioned_docs/version-latest/taskfile_versions.md rename to website/versioned_docs/version-latest/taskfile_versions.md diff --git a/docs/versioned_docs/version-latest/translate.md b/website/versioned_docs/version-latest/translate.md similarity index 100% rename from docs/versioned_docs/version-latest/translate.md rename to website/versioned_docs/version-latest/translate.md diff --git a/docs/versioned_docs/version-latest/usage.md b/website/versioned_docs/version-latest/usage.md similarity index 100% rename from docs/versioned_docs/version-latest/usage.md rename to website/versioned_docs/version-latest/usage.md diff --git a/docs/versioned_sidebars/version-latest-sidebars.json b/website/versioned_sidebars/version-latest-sidebars.json similarity index 100% rename from docs/versioned_sidebars/version-latest-sidebars.json rename to website/versioned_sidebars/version-latest-sidebars.json diff --git a/docs/versions.json b/website/versions.json similarity index 100% rename from docs/versions.json rename to website/versions.json diff --git a/docs/yarn.lock b/website/yarn.lock similarity index 100% rename from docs/yarn.lock rename to website/yarn.lock