https://github.com/pomerium/documentation
Documentation for Pomerium
https://github.com/pomerium/documentation
documentation pomerium proxy-server
Last synced: about 1 year ago
JSON representation
Documentation for Pomerium
- Host: GitHub
- URL: https://github.com/pomerium/documentation
- Owner: pomerium
- License: other
- Created: 2022-06-02T21:17:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T21:37:38.000Z (over 1 year ago)
- Last Synced: 2024-11-07T22:17:32.699Z (over 1 year ago)
- Topics: documentation, pomerium, proxy-server
- Language: MDX
- Homepage: https://www.pomerium.com/docs
- Size: 62.6 MB
- Stars: 9
- Watchers: 4
- Forks: 17
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pomerium Documentation
[](https://app.netlify.com/sites/pomerium-docusaurus/deploys) [](https://creativecommons.org/licenses/by-nc/4.0/) [](https://discuss.pomerium.com/)
Pomerium's documentation is built using [Docusaurus 2](https://docusaurus.io/). It's published at
## Contributing
The steps below detail the installation of this site locally for development.
### Installation
```sh
yarn
```
### Local Development
```sh
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
```sh
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.