Testsmith
Testsmith
if we can specify a configuration file, then supporting multiple api-version would also be possible. Any change to integrate this?
I don't think the use of sudo is recommended here
ok the sidebar is shown with the following config in index.html ``` window.$docsify = { name: 'Perfornium', repo: 'https://github.com/testsmith-io/repo', routerMode: 'history', homepage: '../README.md', // Sidebar configuration loadSidebar: true, autoHeader: true,...
How should it looks like? an alias like: ``` alias: { '/.*/_sidebar.md': '/_sidebar.md', '/.*/_navbar.md': '/_navbar.md', }, ``` did not work.