Skip to content

Commit 31e8db0

Browse files
authored
feat: create a empty roadmap doc for drowser (#102) (#103)
1 parent 20c3c9e commit 31e8db0

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

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
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!
File renamed without changes.

0 commit comments

Comments
Β (0)