Skip to content

Commit

Permalink
Update product name on website
Browse files Browse the repository at this point in the history
  • Loading branch information
hjungwoo01 committed Apr 13, 2024
1 parent 641dd3f commit 24cac17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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">My Product</a>
<a slot="brand" href="{{baseUrl}}/index.html" title="Home" class="navbar-brand">ContactSwift</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
4 changes: 2 additions & 2 deletions docs/site.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"baseUrl": "",
"titlePrefix": "My Product",
"titleSuffix": "AddressBook Level-3",
"titlePrefix": "ContactSwift",
"titleSuffix": "",
"faviconPath": "images/SeEduLogo.png",
"style": {
"codeTheme": "light"
Expand Down

0 comments on commit 24cac17

Please sign in to comment.