From 6da474ffa7ec1395ab184e798c1f55fd51d5106f Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 28 Jul 2018 15:06:30 -0700 Subject: [PATCH] Hide API reference from nav --- .vuepress/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 5d1147c4..8d829cee 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -21,10 +21,10 @@ module.exports = { text: 'Get Started', link: '/project/introduction.md', }, - { - text: 'API Reference', - link: '/api/' - }, + // { + // text: 'API Reference', + // link: '/api/' + // }, { text: 'Get Help', link: 'https://pterodactyl.io/discord'