66 */
77
88module . exports = {
9- title : 'CodingTools Documentation ' ,
10- tagline : 'Documentation for Coding Tools Utility ' ,
9+ title : 'CodingTools' ,
10+ tagline : 'Documentation @codingtools/cdt ' ,
1111 url : 'https://codingtools.github.io' ,
1212 baseUrl : '/' ,
13- favicon : 'img/favicon.ico' ,
13+ favicon : 'img/favicon/favicon .ico' ,
1414 organizationName : 'codingtools' , // Usually your GitHub org/user name.
1515 projectName : 'codingtools.github.io' , // Usually your repo name.
1616 themeConfig : {
1717 navbar : {
1818 title : 'CodingTools' ,
1919 logo : {
2020 alt : 'CodingTools' ,
21- src : 'img/logo.svg' ,
21+ src : 'img/cdt_docs_website.png' ,
22+
2223 } ,
2324 links : [
24- { to : 'docs/cdt/installation' , label : 'Cdt Docs' , position : 'left' } ,
25+ { to : 'docs/cdt/commands/avro' , label : 'Docs' , position : 'left' } ,
26+ { to : 'docs/cdt/installation' , label : 'Installation' , position : 'left' } ,
2527 { to : 'blog' , label : 'Blog' , position : 'left' } ,
28+ { to : 'Slack' , label : 'Join Slack' , position : 'right' } ,
2629 {
2730 href : 'https://github.com/codingtools/' ,
2831 label : 'GitHub' ,
@@ -38,16 +41,16 @@ module.exports = {
3841 items : [
3942 {
4043 label : 'Docs' ,
41- to : 'docs/doc1 ' ,
44+ to : 'docs/cdt/installation ' ,
4245 } ,
4346 ] ,
4447 } ,
4548 {
4649 title : 'Community' ,
4750 items : [
4851 {
49- label : 'Discord ' ,
50- href : 'https://discordapp. com/invite/docusaurus ' ,
52+ label : 'Slack ' ,
53+ href : 'https://join.slack. com/t/codingtools/shared_invite/zt-qbls6zzm-ZN8VvlVTg3enPLUdw6yluA ' ,
5154 } ,
5255 ] ,
5356 } ,
@@ -62,10 +65,10 @@ module.exports = {
6265 } ,
6366 ] ,
6467 logo : {
65- alt : 'Facebook Open Source Logo ' ,
66- src : 'https://docusaurus.io/ img/oss_logo .png' ,
68+ alt : 'CodingTools ' ,
69+ // src: 'img/LogoMakr_logo2 .png',
6770 } ,
68- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } CodingTools ` ,
71+ copyright : `Copyright ©CodingTools, 2019- ${ new Date ( ) . getFullYear ( ) } . ` ,
6972 } ,
7073 } ,
7174 presets : [
0 commit comments