File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11/**
22 * Template Registry - Maps shorthand names to GitHub template URLs
3- *
3+ *
44 * Users can use these short names instead of full GitHub URLs:
5- * superdocs dev -i . --theme modern
6- *
5+ * lito dev -i . --theme modern
6+ *
77 * Instead of:
8- * superdocs dev -i . --theme github:devrohit06/superdocs -theme-modern
8+ * lito dev -i . --theme github:devrohit06/lito -theme-modern
99 */
1010
1111export const TEMPLATE_REGISTRY = {
1212 // Default template (fetched from GitHub)
13- 'default' : 'github:DevRohit06/superdocs-default- template' ,
13+ 'default' : 'github:Lito-docs/ template' ,
1414
1515 // Official templates
16- // 'modern': 'github:devrohit06/superdocs -theme-modern',
17- // 'minimal': 'github:devrohit06/superdocs -theme-minimal',
16+ // 'modern': 'github:devrohit06/lito -theme-modern',
17+ // 'minimal': 'github:devrohit06/lito -theme-minimal',
1818} ;
1919
2020/**
You can’t perform that action at this time.
0 commit comments