Skip to content

Commit 23234b4

Browse files
committed
refactor: update template registry references from 'superdocs' to 'lito' for consistency
1 parent 462258f commit 23234b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/core/template-registry.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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

1111
export 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
/**

0 commit comments

Comments
 (0)