@@ -9,23 +9,15 @@ const config: Config = {
9
9
tagline : 'Dinosaurs are cool' ,
10
10
favicon : 'img/favicon.ico' ,
11
11
12
- // Set the production url of your site here
13
- url : 'https://your-docusaurus-site.example.com' ,
14
- // Set the /<baseUrl>/ pathname under which your site is served
15
- // For GitHub pages deployment, it is often '/<projectName>/'
12
+ url : 'https://fastvim.github.io' ,
16
13
baseUrl : '/' ,
17
14
18
- // GitHub pages deployment config.
19
- // If you aren't using GitHub pages, you don't need these.
20
- organizationName : 'facebook' , // Usually your GitHub org/user name.
21
- projectName : 'fastvim' , // Usually your repo name.
15
+ organizationName : 'fastvim' ,
16
+ projectName : 'fastvim' ,
22
17
23
18
onBrokenLinks : 'throw' ,
24
19
onBrokenMarkdownLinks : 'warn' ,
25
20
26
- // Even if you don't use internationalization, you can use this field to set
27
- // useful metadata like html lang. For example, if your site is Chinese, you
28
- // may want to replace "en" with "zh-Hans".
29
21
i18n : {
30
22
defaultLocale : 'en' ,
31
23
locales : [ 'en' ] ,
@@ -37,8 +29,6 @@ const config: Config = {
37
29
{
38
30
docs : {
39
31
sidebarPath : './sidebars.ts' ,
40
- // Please change this to your repo.
41
- // Remove this to remove the "edit this page" links.
42
32
editUrl :
43
33
'https://github.com/fastvim/fastvim.github.io/' ,
44
34
} ,
@@ -50,8 +40,7 @@ const config: Config = {
50
40
] ,
51
41
52
42
themeConfig : {
53
- // Replace with your project's social card
54
- image : 'img/docusaurus-social-card.jpg' ,
43
+ // image: 'img/docusaurus-social-card.jpg',
55
44
navbar : {
56
45
title : 'documentation' ,
57
46
logo : {
0 commit comments