typeorm/docs
dependabot[bot] 8e7c8c153e
chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs (#12516)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-21 15:07:49 +00:00
..
blog docs(blog): create v1 post (#12364) 2026-05-19 12:22:13 +00:00
docs docs(blog): create v1 post (#12364) 2026-05-19 12:22:13 +00:00
src docs: restyle version dropdown for v1 release (#12514) 2026-05-19 13:10:51 +02:00
static docs(performance): add database-specific EXPLAIN examples to indexes guide (#12328) 2026-04-12 23:05:32 +00:00
.gitignore ci: setup pnpm (#11881) 2025-12-30 20:34:13 +01:00
docusaurus.config.ts docs: restyle version dropdown for v1 release (#12514) 2026-05-19 13:10:51 +02:00
package.json chore(deps): update all dependencies to their latest minor version (#12439) 2026-05-08 15:37:35 +02:00
pnpm-lock.yaml chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs (#12516) 2026-05-21 15:07:49 +00:00
README.md chore(deps): bump docs dependencies (#12402) 2026-04-23 17:09:23 +00:00
redirects.ts docs: use indexes instead of indices in documentation (#12321) 2026-04-09 16:35:55 +00:00
sidebars.ts docs: use indexes instead of indices in documentation (#12321) 2026-04-09 16:35:55 +00:00
tsconfig.json docs: new website initial commit 2025-06-06 18:03:25 +03:00

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 deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> pnpm 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.