We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fbb19 commit 0735980Copy full SHA for 0735980
1 file changed
docusaurus.config.ts
@@ -224,10 +224,10 @@ const config: Config = {
224
225
// Giscus configuration
226
giscus: {
227
- repo: 'NETVPX/pterodactyl-api-docs',
228
- repoId: '1031403272',
+ repo: process.env.GISCUS_REPO,
+ repoId: process.env.GISCUS_REPO_ID,
229
category: 'Pages',
230
- categoryId: '45543850',
+ categoryId: process.env.GISCUS_CATEGORY_ID,
231
},
232
233
// Comprehensive metadata for SEO
0 commit comments