We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f800f31 commit b284d4fCopy full SHA for b284d4f
src/pages/docs/drowser/_meta.ts
@@ -1,10 +1,11 @@
1
const meta = {
2
- 'index': 'Installation',
3
- 'configuration': 'Configuration',
4
- 'usage': 'Usage',
5
- 'report-structure': 'Report Structure',
6
- 'features': 'Features',
7
- 'changelog': 'Changelog'
+ index: 'Installation',
+ configuration: 'Configuration',
+ usage: 'Usage',
+ structure: 'Structure',
+ features: 'Features',
+ roadmap: 'Roadmap',
8
+ changelog: 'Changelog'
9
}
10
11
export default meta
src/pages/docs/drowser/roadmap.mdx
@@ -0,0 +1,4 @@
+# Roadmap
+
+For now we don't have a roadmap, but we are working on it. Stay tuned!
src/pages/docs/drowser/report-structure.mdx renamed to src/pages/docs/drowser/structure.mdx
0 commit comments