Skip to content

Commit 3663e60

Browse files
author
Noah Lee
authored
Add the index page for configurations (#20)
* Add the index page for configurations * Fix the edit URL
1 parent 8e92b58 commit 3663e60

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
sidebar_position: 1
3+
title: Configurations
4+
---
5+
6+
Index of server configuration settings:
7+
8+
* [GITPLOY_ADMIN_USERS](./GITPLOY_ADMIN_USERS.md)
9+
* [GITPLOY_GITHUB_BASE_URL](./GITPLOY_GITHUB_BASE_URL.md)
10+
* [GITPLOY_GITHUB_CLIENT_ID](./GITPLOY_GITHUB_CLIENT_ID.md)
11+
* [GITPLOY_GITHUB_CLIENT_SECRET](./GITPLOY_GITHUB_CLIENT_SECRET.md)
12+
* [GITPLOY_GITHUB_SCOPES](./GITPLOY_GITHUB_SCOPES.md)
13+
* [GITPLOY_LICENSE](./GITPLOY_LICENSE.md)
14+
* [GITPLOY_MEMBER_ENTRIES](./GITPLOY_MEMBER_ENTRIES.md)
15+
* [GITPLOY_PROMETHEUS_AUTH_SECRET](./GITPLOY_PROMETHEUS_AUTH_SECRET.md)
16+
* [GITPLOY_PROMETHEUS_ENABLED](./GITPLOY_PROMETHEUS_ENABLED.md)
17+
* [GITPLOY_ORGANIZATION_ENTRIES](./GITPLOY_ORGANIZATION_ENTRIES.md)
18+
* [GITPLOY_PROXY_SERVER_HOST](./GITPLOY_PROXY_SERVER_HOST.md)
19+
* [GITPLOY_PROXY_SERVER_PROTO](./GITPLOY_PROXY_SERVER_PROTO.md)
20+
* [GITPLOY_SERVER_HOST](./GITPLOY_SERVER_HOST.md)
21+
* [GITPLOY_SERVER_PROTO](./GITPLOY_SERVER_PROTO.md)
22+
* [GITPLOY_SLACK_CLIENT_ID](./GITPLOY_SLACK_CLIENT_ID.md)
23+
* [GITPLOY_SLACK_CLIENT_SECRET](./GITPLOY_SLACK_CLIENT_SECRET.md)
24+
* [GITPLOY_STORE_DRIVER](./GITPLOY_STORE_DRIVER.md)
25+
* [GITPLOY_STORE_SOURCE](./GITPLOY_STORE_SOURCE.md)
26+
* [GITPLOY_TLS_CERT](./GITPLOY_TLS_CERT.md)
27+
* [GITPLOY_TLS_KEY](./GITPLOY_TLS_KEY.md)
28+
* [GITPLOY_WEBHOOK_SECRET](./GITPLOY_WEBHOOK_SECRET.md)
29+
30+
---
31+
32+
## Questions?
33+
34+
We are always happy to help with questions you might have. Search our documentation or check out answers to common questions. You can also post questions or comments to our [community](https://github.com/gitploy-io/gitploy/discussions).

docusaurus.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ const config = {
3838
({
3939
docs: {
4040
sidebarPath: require.resolve('./sidebars.js'),
41-
// Please change this to your repo.
42-
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
41+
editUrl: 'https://github.com/gitploy-io/website/tree/main/',
4342
},
4443
blog: {
4544
showReadingTime: true,
46-
// Please change this to your repo.
4745
editUrl:
48-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
46+
'https://github.com/gitploy-io/website/tree/main/',
4947
},
5048
theme: {
5149
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)