the fort.ind documentation - this is where help, docs and other doodads are posted
  • JavaScript 65%
  • CSS 28.2%
  • Dockerfile 4.4%
  • HTML 2.4%
Find a file
2026-08-14 15:17:20 -05:00
.devcontainer Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v26 2026-07-30 18:48:54 +00:00
.github/workflows Update actions/checkout action to v7 2026-06-18 21:02:41 +00:00
docs fixes 2026-08-06 10:54:42 -05:00
src finish homepage after 3 months woops <3 2026-06-21 15:16:59 -05:00
static add fort.social docs 2026-07-21 11:50:32 -05:00
.gitignore blows up pancakes with mine 2026-06-19 14:07:18 -05:00
CODE_OF_CONDUCT.md translation! 2026-06-13 14:43:04 -05:00
docusaurus.config.js h 2026-07-20 21:16:59 -05:00
LICENSE Create LICENSE 2026-08-14 15:17:20 -05:00
package.json update pkgs 2026-08-09 10:40:59 -05:00
README.md h 2026-06-21 14:33:43 -05:00
sidebars.js add fort.social docs 2026-07-21 11:50:32 -05:00
yarn.lock update pkgs 2026-08-09 10:40:59 -05:00

Fort Docs logo

fort docs

Official docs for fort.ind, fort.social, and all of our projects.

Installation

yarn

Local Development

yarn 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

yarn 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 yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

alt command if the above doesn't work:

$env:GIT_USER="insert-your-github-username"; yarn 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.