diff --git a/_navbar.md b/_navbar.md new file mode 100644 index 0000000..554aaea --- /dev/null +++ b/_navbar.md @@ -0,0 +1,5 @@ +* PhpPkg + * [EasyTpl](https://phppkg.github.io/easytpl/ "template engine") + * [Validate](https://inhere.github.io/php-validate/ "data validate engine") +* Toolkit + * [PFlag](https://php-toolkit.github.io/pflag/ "console option and argument parse") diff --git a/index.html b/index.html index f067558..5bddbd6 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ // loadSidebar: true, alias: { // '/_navbar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md', - '/.*/_sidebar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md', + // '/.*/_sidebar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md', // '/.*/_sidebar.md': '/_sidebar.md', // See #301 } }