We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb62b1 commit d15ecc4Copy full SHA for d15ecc4
website/docusaurus.config.js
@@ -95,6 +95,11 @@ const config = {
95
href:'/About',
96
position: 'left'
97
},
98
+ {
99
+ label:'Profile',
100
+ href:'/Profile',
101
+ position: 'left'
102
+ },
103
{
104
href: 'https://github.com/GeneralLibrary',
105
label: 'GitHub',
website/src/pages/Profile.md
@@ -4,6 +4,8 @@ description: My profile
4
hide_table_of_contents: true
5
---
6
7
+# Profile
8
+
9

10
11
| My profile |
0 commit comments