File tree Expand file tree Collapse file tree 2 files changed +8361
-4
lines changed Expand file tree Collapse file tree 2 files changed +8361
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ const config: Config = {
8
8
favicon : 'img/favicon.ico' ,
9
9
10
10
// Set the production url of your site here
11
- url : 'https://your-docusaurus-site.example.com ' ,
11
+ url : 'https://sfuosdev.github.io ' ,
12
12
// Set the /<baseUrl>/ pathname under which your site is served
13
13
// For GitHub pages deployment, it is often '/<projectName>/'
14
- baseUrl : '/' ,
14
+ baseUrl : '/Docs ' ,
15
15
16
16
// GitHub pages deployment config.
17
17
// If you aren't using GitHub pages, you don't need these.
18
- organizationName : 'facebook' , // Usually your GitHub org/user name.
19
- projectName : 'docusaurus' , // Usually your repo name.
18
+ organizationName : 'sfuosdev' , // Usually your GitHub org/user name.
19
+ projectName : 'Docs' , // Usually your repo name.
20
+ deploymentBranch : 'gh-pages' ,
20
21
21
22
onBrokenLinks : 'throw' ,
22
23
onBrokenMarkdownLinks : 'warn' ,
You can’t perform that action at this time.
0 commit comments