mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	doc: Add content for usage section (#922)
This commit is contained in:
		| @@ -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"), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user