Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config modification #131

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
beb5b93
Deploy website
phated Oct 17, 2018
93e0cd6
fix install counter
yocontra Oct 18, 2018
0e5f5a3
Deploy website
phated Oct 18, 2018
c125ad4
Deploy website
phated Oct 18, 2018
ff89fa2
Deploy website
phated Oct 18, 2018
4a27eab
Deploy website
phated Oct 19, 2018
7eb9504
Deploy website
phated Oct 19, 2018
9be1644
Deploy website
phated Oct 24, 2018
4801f64
Deploy website
phated Oct 25, 2018
4922a70
Deploy website
phated Oct 25, 2018
ae83e47
Deploy website
phated Oct 25, 2018
540170c
Deploy website
phated Oct 25, 2018
935f092
Deploy website
phated Oct 26, 2018
ff15e13
Deploy website
phated Oct 26, 2018
377a5d7
Deploy website
phated Oct 26, 2018
1b3f2c1
Deploy website
phated Nov 3, 2018
5b95145
Deploy website
phated Dec 6, 2018
ee58085
Deploy website
phated Dec 10, 2018
adb29ac
Deploy website
phated Jan 2, 2019
8497915
Deploy website
phated Apr 7, 2019
0f91a02
Deploy website
phated Apr 20, 2019
ec87416
Deploy website
phated May 7, 2019
ed03ab0
Deploy website
phated Jul 13, 2019
971c97b
Deploy website version based on 36b5cf8fadeee4825028e2c4eae377ffc3a100e4
phated Apr 5, 2020
0202290
Deploy website version based on 865ed8f658a5e78ff423d078734d651e213128f5
phated Apr 16, 2020
506ce94
Deploy website version based on 4085796b53496097b29bb69e88100fb758ea2cf1
phated Apr 16, 2020
cde7603
Deploy website version based on eb55f71166534799b3bfbb2c04b73f17ccd239af
phated Apr 16, 2020
3521511
deploy: 71e9d61213fff9f03458bea2ec6c0233044c1111
phated Apr 23, 2020
a9ed602
deploy: c22b636ee1b27829432b0be900ea8f3706d7e9f5
phated Apr 26, 2020
1e8e6d9
deploy: 865b51b31e9b6f8f32d0328d34f4702c08fd92eb
phated Apr 26, 2020
d5e5b21
deploy: c9abb2d4fe90a9fdad44b409eeee3bcf7eb7f5f6
phated Apr 27, 2020
0105d2c
deploy: ccaabb4132783a627104d23754a87f51426d2998
phated May 3, 2020
9517593
deploy: 4639d4bbc5f1fc8cd31ef61e42d47d9bb77d3df2
phated May 3, 2020
b823b94
deploy: 8274253df2a2536f7a588add7801bd37cb304b24
phated Jul 29, 2020
2fc24e6
deploy: d0c3bf316e75c9e115fef38e003bbee224754bf1
phated Aug 4, 2020
2697c62
deploy: bd278d5671a52637e562bcd4c80a8a573c3186af
phated Aug 23, 2020
ad6130f
deploy: cd4b5ca3704679bf1ec914786eda92e0a6b05920
phated Aug 24, 2020
df8311e
deploy: abe0ac30d5c0348d61aa6511584afbe031aaacd8
phated Oct 20, 2020
941c5ba
deploy: 4fe7b9a67181a04ad6f356a0dc47efee42b7baec
phated Oct 21, 2020
f4b268c
deploy: 3797585ec8c9311fbb99e84756114576fa6a4476
phated Oct 23, 2020
f5e1226
config modification
Oct 29, 2020
a75b9d0
fix double quoute to single
Oct 31, 2020
ff82ea2
package version update
Nov 12, 2020
d3f8403
deploy: ac3177068094dc923a51abe7723db1805fd5f1a2
phated Jan 21, 2021
b70a2ec
recent version pull from gulp
Jan 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 42 additions & 29 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ module.exports = {
projectName: 'gulpjs.github.io',
// The theme
themeConfig: {
disableDarkMode: true,
colorMode: {
defaultMode: 'light',
disableSwitch: false,
},
navbar: {
logo: {
alt: 'gulp',
src: 'img/gulp.svg',
href: '/',
target: '_self',
},
links: [
items: [
{
to: 'docs/en/getting-started/quick-start',
label: 'Get Started',
Expand Down Expand Up @@ -54,24 +57,28 @@ module.exports = {
alt: 'Gulp on Twitter',
src: 'img/twitter.svg',
},
position: 'right'
position: 'right',
},
{
href: 'https://medium.com/gulpjs',
logo: {
alt: 'The gulp blog',
src: 'img/medium.svg',
},
position: 'right'
position: 'right',
},
]
],
},
footer: {
links: [
{
title: 'logo',
items: [
{ html: '<img src="/img/gulp-white-logo.svg" alt="gulp" href="/" />' }
]
{
html:
'<img src="/img/gulp-white-logo.svg" alt="gulp" href="/" />',
},
],
},
{
title: 'Docs',
Expand All @@ -84,7 +91,7 @@ module.exports = {
to: 'docs/en/api/concepts',
label: 'API',
},
]
],
},
{
title: 'Community',
Expand All @@ -100,8 +107,8 @@ module.exports = {
{
href: 'https://twitter.com/gulpjs',
label: 'Twitter',
}
]
},
],
},
],
},
Expand All @@ -114,7 +121,7 @@ module.exports = {
algolia: {
apiKey: 'a6ef919bce0b83de1bcbad1d4ef753f8',
indexName: 'gulpjs',
algoliaOptions: {} // Optional, if provided by Algolia
algoliaOptions: {}, // Optional, if provided by Algolia
},
googleAnalytics: {
trackingID: 'UA-128126650-1',
Expand Down Expand Up @@ -177,29 +184,35 @@ module.exports = {
flexBasis: '80px',
},
},
]
],
},
stylesheets: [
'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&family=Roboto:wght@900&display=swap'
'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&family=Roboto:wght@900&display=swap',
],
themes: [
['@docusaurus/theme-classic', {
customCss: require.resolve('./src/css/docs.css')
}],
['@docusaurus/theme-search-algolia', {}]
[
'@docusaurus/theme-classic',
{
customCss: require.resolve('./src/css/docs.css'),
},
],
['@docusaurus/theme-search-algolia', {}],
],
plugins: [
['@docusaurus/plugin-content-docs', {
path: 'docs',
sidebarPath: require.resolve('./sidebars.json'),
// This is a holdover because we set up original docusaurus
// to support translations and v2 doesn't support them yet
routeBasePath: 'docs/en/',
}],
"docusaurus-plugin-sass",
[
'@docusaurus/plugin-content-docs',
{
path: 'docs',
sidebarPath: require.resolve('./sidebars.json'),
// This is a holdover because we set up original docusaurus
// to support translations and v2 doesn't support them yet
routeBasePath: 'docs/en/',
},
],
'docusaurus-plugin-sass',
['@docusaurus/plugin-content-pages', {}],
isProd && ['@docusaurus/plugin-google-analytics', {}],
isProd && ['@docusaurus/plugin-google-gtag', {}],
isProd && ['@docusaurus/plugin-sitemap', {}],
]
['@docusaurus/plugin-google-analytics', {}],
['@docusaurus/plugin-google-gtag', {}],
['@docusaurus/plugin-sitemap', {}],
Comment on lines +214 to +216
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version alpha.68 and higher fixed this issue (with facebook/docusaurus#3704), so we can add these back.

Suggested change
['@docusaurus/plugin-google-analytics', {}],
['@docusaurus/plugin-google-gtag', {}],
['@docusaurus/plugin-sitemap', {}],
isProd && ['@docusaurus/plugin-google-analytics', {}],
isProd && ['@docusaurus/plugin-google-gtag', {}],
isProd && ['@docusaurus/plugin-sitemap', {}],

],
};
Loading