@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66
77/** @type {import('@docusaurus/types').Config } */
88const config = {
9- title : 'My Site ' ,
10- tagline : 'Dinosaurs are cool ' ,
9+ title : 'Chkware ' ,
10+ tagline : 'Test management for API era ' ,
1111 url : 'https://chkware.github.io' ,
1212 baseUrl : '/' ,
1313 onBrokenLinks : 'throw' ,
@@ -26,13 +26,13 @@ const config = {
2626 routeBasePath : '/' ,
2727 sidebarPath : require . resolve ( './sidebars.js' ) ,
2828 // Please change this to your repo.
29- editUrl : 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/ ' ,
29+ editUrl : 'https://github.com/chkware/chkware.github.io ' ,
3030 } ,
3131 blog : {
3232 showReadingTime : true ,
3333 // Please change this to your repo.
3434 editUrl :
35- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/ ' ,
35+ 'https://github.com/chkware/chkware.github.io ' ,
3636 } ,
3737 theme : {
3838 customCss : require . resolve ( './src/css/custom.css' ) ,
@@ -45,7 +45,7 @@ const config = {
4545 /** @type {import('@docusaurus/preset-classic').ThemeConfig } */
4646 ( {
4747 navbar : {
48- title : 'My Site ' ,
48+ title : 'Chkware ' ,
4949 logo : {
5050 alt : 'My Site Logo' ,
5151 src : 'img/logo.svg' ,
@@ -55,11 +55,11 @@ const config = {
5555 type : 'doc' ,
5656 docId : 'intro' ,
5757 position : 'left' ,
58- label : 'Tutorial ' ,
58+ label : 'Docs ' ,
5959 } ,
6060 { to : '/blog' , label : 'Blog' , position : 'left' } ,
6161 {
62- href : 'https://github.com/facebook/docusaurus ' ,
62+ href : 'https://github.com/chkware/cli ' ,
6363 label : 'GitHub' ,
6464 position : 'right' ,
6565 } ,
@@ -73,7 +73,7 @@ const config = {
7373 items : [
7474 {
7575 label : 'Tutorial' ,
76- to : '/docs/intro ' ,
76+ to : '/' ,
7777 } ,
7878 ] ,
7979 } ,
@@ -108,7 +108,7 @@ const config = {
108108 ] ,
109109 } ,
110110 ] ,
111- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc. Built with Docusaurus .` ,
111+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Chkware .` ,
112112 } ,
113113 prism : {
114114 theme : lightCodeTheme ,
0 commit comments