Skip to content

Commit f41790d

Browse files
committed
Web Documentation - 2025-11-27 [2]
1 parent ee128e0 commit f41790d

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ nav:
1212
- UI Components: ui-components.md
1313
- API: api-integration.md
1414
- CLI: cli-commands.md
15-
- Changelog: changelog.md
15+
- Changelog: changelog.md

docs/assets/.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export default {
2+
base: '/expo-template-coderooz/',
3+
title: 'Expo Template Coderooz',
4+
}

docs/assets/logo.svg

Lines changed: 5 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/coderooz/expo-template-coderooz/issues"
1313
},
14-
"homepage": "https://github.com/coderooz/expo-template-coderooz#readme",
14+
"homepage": "https://coderooz.github.io/expo-template-coderooz/",
1515
"keywords": [
1616
"expo",
1717
"template",

0 commit comments

Comments
 (0)