@@ -9,23 +9,15 @@ const config: Config = {
99 tagline : 'Dinosaurs are cool' ,
1010 favicon : 'img/favicon.ico' ,
1111
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' ,
1613 baseUrl : '/' ,
1714
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' ,
2217
2318 onBrokenLinks : 'throw' ,
2419 onBrokenMarkdownLinks : 'warn' ,
2520
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".
2921 i18n : {
3022 defaultLocale : 'en' ,
3123 locales : [ 'en' ] ,
@@ -37,8 +29,6 @@ const config: Config = {
3729 {
3830 docs : {
3931 sidebarPath : './sidebars.ts' ,
40- // Please change this to your repo.
41- // Remove this to remove the "edit this page" links.
4232 editUrl :
4333 'https://github.com/fastvim/fastvim.github.io/' ,
4434 } ,
@@ -50,8 +40,7 @@ const config: Config = {
5040 ] ,
5141
5242 themeConfig : {
53- // Replace with your project's social card
54- image : 'img/docusaurus-social-card.jpg' ,
43+ // image: 'img/docusaurus-social-card.jpg',
5544 navbar : {
5645 title : 'documentation' ,
5746 logo : {
0 commit comments