Skip to content

Commit

Permalink
Update the site configurations
Browse files Browse the repository at this point in the history
Update site configurations to reflect the actual product name.
Change product name in default.md to Wedding Planner Pro.
Change titlePrefix in site.json to Wedding Planner Pro.
  • Loading branch information
HanB1n committed Sep 21, 2024
1 parent 12a15e3 commit 6921c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_markbind/layouts/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<header sticky>
<navbar type="dark">
<a slot="brand" href="{{baseUrl}}/index.html" title="Home" class="navbar-brand">AB-3</a>
<a slot="brand" href="{{baseUrl}}/index.html" title="Home" class="navbar-brand">Wedding Planner Pro</a>
<li><a href="{{baseUrl}}/index.html" class="nav-link">Home</a></li>
<li><a href="{{baseUrl}}/UserGuide.html" class="nav-link">User Guide</a></li>
<li><a href="{{baseUrl}}/DeveloperGuide.html" class="nav-link">Developer Guide</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/site.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"baseUrl": "",
"titlePrefix": "",
"titleSuffix": "AddressBook Level-3",
"titleSuffix": "Wedding Planner Pro",
"faviconPath": "images/SeEduLogo.png",
"style": {
"codeTheme": "light"
Expand Down

0 comments on commit 6921c50

Please sign in to comment.