Skip to content

Commit

Permalink
Initiate MarkBind site
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren159 committed Sep 20, 2023
1 parent 810b38c commit bebf809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
rootDirectory: './docs'
baseUrl: '/addressbook-level3' # replace with your repo name
baseUrl: '/tp' # replace with your repo name
version: '^5.1.0'
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">MedBook</a>
<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>
<li><a href="{{baseUrl}}/AboutUs.html" class="nav-link">About Us</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/site.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"baseUrl": "",
"titlePrefix": "",
"titlePrefix": "MedBook",
"titleSuffix": "AddressBook Level-3",
"faviconPath": "images/SeEduLogo.png",
"style": {
Expand Down

0 comments on commit bebf809

Please sign in to comment.