Skip to content

Commit b284d4f

Browse files
authored
feat: create a empty roadmap doc for drowser (#102)
1 parent f800f31 commit b284d4f

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

src/pages/docs/drowser/_meta.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
const meta = {
2-
'index': 'Installation',
3-
'configuration': 'Configuration',
4-
'usage': 'Usage',
5-
'report-structure': 'Report Structure',
6-
'features': 'Features',
7-
'changelog': 'Changelog'
2+
index: 'Installation',
3+
configuration: 'Configuration',
4+
usage: 'Usage',
5+
structure: 'Structure',
6+
features: 'Features',
7+
roadmap: 'Roadmap',
8+
changelog: 'Changelog'
89
}
910

1011
export default meta

src/pages/docs/drowser/roadmap.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Roadmap
2+
3+
4+
For now we don't have a roadmap, but we are working on it. Stay tuned!

0 commit comments

Comments
 (0)