doc: Add content for usage section (#922)

This commit is contained in:
Alex
2022-11-03 21:42:24 -05:00
committed by GitHub
parent 296a5e786e
commit 0f9c2f0a38
33 changed files with 192 additions and 507 deletions

View File

@ -34,18 +34,17 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
showLastUpdateAuthor: true,
showLastUpdateTime: true,
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
editUrl: "https://github.com/immich-app/immich/tree/main/docs/",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
editUrl: "https://github.com/immich-app/immich/tree/main/docs/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),