@@ -11,27 +11,27 @@ module.exports = {
1111 title : 'GTFS-to-HTML' ,
1212 logo : {
1313 alt : 'GTFS-to-HTML Logo' ,
14- src : 'img/gtfs-to-html-logo.svg'
14+ src : 'img/gtfs-to-html-logo.svg' ,
1515 } ,
1616 items : [
1717 {
1818 to : 'docs/' ,
1919 activeBasePath : 'docs' ,
2020 label : 'Documentation' ,
21- position : 'left'
21+ position : 'left' ,
2222 } ,
2323 { to : 'blog' , label : 'Blog' , position : 'left' } ,
2424 {
2525 href : 'https://www.npmjs.com/package/gtfs-to-html' ,
2626 label : 'NPM' ,
27- position : 'right'
27+ position : 'right' ,
2828 } ,
2929 {
3030 href : 'https://github.com/blinktaginc/gtfs-to-html' ,
3131 label : 'GitHub' ,
32- position : 'right'
33- }
34- ]
32+ position : 'right' ,
33+ } ,
34+ ] ,
3535 } ,
3636 footer : {
3737 style : 'dark' ,
@@ -41,43 +41,43 @@ module.exports = {
4141 items : [
4242 {
4343 label : 'Documentation' ,
44- to : 'docs/'
44+ to : 'docs/' ,
4545 } ,
4646 {
4747 label : 'Blog' ,
48- to : 'blog'
49- }
50- ]
48+ to : 'blog' ,
49+ } ,
50+ ] ,
5151 } ,
5252 {
5353 title : 'Download' ,
5454 items : [
5555 {
5656 label : 'GitHub' ,
57- href : 'https://github.com/blinktaginc/gtfs-to-html'
57+ href : 'https://github.com/blinktaginc/gtfs-to-html' ,
5858 } ,
5959 {
6060 label : 'NPM' ,
61- href : 'https://www.npmjs.com/package/gtfs-to-html'
62- }
63- ]
61+ href : 'https://www.npmjs.com/package/gtfs-to-html' ,
62+ } ,
63+ ] ,
6464 } ,
6565 {
6666 title : 'Acknowledgements' ,
6767 items : [
6868 {
6969 label : 'Docusaurus' ,
70- href : 'https://docusaurus.io'
70+ href : 'https://docusaurus.io' ,
7171 } ,
7272 {
7373 label : 'Contributors' ,
74- href : 'https://github.com/BlinkTagInc/gtfs-to-html/blob/master/package.json#L13'
75- }
76- ]
77- }
74+ href : 'https://github.com/BlinkTagInc/gtfs-to-html/blob/master/package.json#L13' ,
75+ } ,
76+ ] ,
77+ } ,
7878 ] ,
79- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } BlinkTag, Inc. Built with Docusaurus.`
80- }
79+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } BlinkTag, Inc. Built with Docusaurus.` ,
80+ } ,
8181 } ,
8282 presets : [
8383 [
@@ -87,18 +87,19 @@ module.exports = {
8787 sidebarPath : require . resolve ( './sidebars.js' ) ,
8888 // Please change this to your repo.
8989 editUrl :
90- 'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/'
90+ 'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/' ,
9191 } ,
9292 blog : {
9393 showReadingTime : true ,
9494 // Please change this to your repo.
9595 editUrl :
96- 'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/blog/'
96+ 'https://github.com/blinktaginc/gtfs-to-html/edit/master/www/blog/' ,
97+ onUntruncatedBlogPosts : 'ignore' ,
9798 } ,
9899 theme : {
99- customCss : require . resolve ( './src/css/custom.css' )
100- }
101- }
102- ]
103- ]
100+ customCss : require . resolve ( './src/css/custom.css' ) ,
101+ } ,
102+ } ,
103+ ] ,
104+ ] ,
104105} ;
0 commit comments