immich/docs
Matthew Momjian 1436e2a75f
fix(docs): clarify supported vector version (#25753)
clarify supported version
2026-01-31 11:46:51 -05:00
..
docs fix(docs): clarify supported vector version (#25753) 2026-01-31 11:46:51 -05:00
src docs: update documentation (#25440) 2026-01-25 15:45:30 +00:00
static chore: version v2.5.2 2026-01-28 22:05:10 +00:00
.gitignore
.nvmrc chore(deps): update node.js to v24.13.0 (#25243) 2026-01-13 16:19:10 +00:00
.prettierignore
.prettierrc
babel.config.js
docusaurus.config.js docs: update documentation (#25440) 2026-01-25 15:45:30 +00:00
mise.toml
package.json fix(docs): add missing mermaid dependency and configuration (#25247) 2026-01-13 23:13:34 -05:00
README.md
sidebars.js
tailwind.config.js docs: update documentation (#25440) 2026-01-25 15:45:30 +00:00
tsconfig.json

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ pnpm install

Local Development

$ pnpm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ pnpm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true pnpm run deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> pnpm run deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.