Skip to content

Commit 8b099eb

Browse files
committed
Refactor documentation and update Docusaurus configuration
- Removed the 'APIs' dropdown from the sidebar in `docusaurus.config.js` to streamline navigation. - Enhanced the description of Pomerium in `index.mdx` to clarify its functionality, emphasizing the verification of user identity, device state, and request context. - Improved formatting and clarity in the documentation, ensuring consistent terminology and readability. These changes enhance the overall usability and clarity of the documentation, providing users with a more coherent resource for understanding Pomerium's capabilities.
1 parent d6373dd commit 8b099eb

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

content/docs/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ keywords:
1919

2020
# What is Pomerium?
2121

22-
Pomerium is an open source identity-aware proxy built around the principles of [BeyondCorp](https://research.google/pubs/pub43231) and [zero trust](https://www.nist.gov/publications/zero-trust-architecture). It secures your internal applications by continually verifying a user's identity, device state, and context before granting access.
22+
Pomerium is an open source identity-aware proxy built around the principles of [BeyondCorp](https://research.google/pubs/pub43231) and [zero trust](https://www.nist.gov/publications/zero-trust-architecture). It secures your internal applications, servers, services, and workloads by continually verifying a user's **identity**, **device state**, and **request context** before granting access.
2323

24-
Unlike VPN or tunnel-based approaches, Pomerium provides a scalable, modern alternative that centralizes access policy without requiring client software.
24+
Unlike VPN or tunnel-based approaches, Pomerium provides a scalable, modern alternative that centralizes access policy **without requiring client software**.
2525

2626
Key benefits:
2727

2828
- **Seamless, clientless access**: No corporate VPN to install or maintain.
2929
- **Granular enforcement**: Every request is authenticated and authorized.
3030
- **Adaptable**: Works across multiple environments (cloud, on-prem, hybrid).
31-
- **Open source pedigree**: Built on the BeyondCorp model. Transparent, with an active community.
31+
- **Open source**: Built on the BeyondCorp model. Transparent, with an active community.
3232

3333
## How does it work?
3434

docusaurus.config.js

-17
Original file line numberDiff line numberDiff line change
@@ -119,23 +119,6 @@ const config = {
119119
label: 'Reference',
120120
to: '/docs/reference/',
121121
},
122-
{
123-
type: 'dropdown',
124-
position: 'right',
125-
label: 'APIs',
126-
items: [
127-
{
128-
docId: 'docs/api',
129-
label: 'Zero API',
130-
to: '/docs/api/',
131-
},
132-
{
133-
docId: 'docs/capabilities/enterprise-api',
134-
label: 'Enterprise API',
135-
to: 'docs/capabilities/enterprise-api',
136-
},
137-
],
138-
},
139122
{
140123
type: 'docSidebar',
141124
sidebarId: 'guides',

0 commit comments

Comments
 (0)