Skip to content

Commit

Permalink
chore: disable update time (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
malteo authored Jan 23, 2025
1 parent 1368fe4 commit 25db6c0
Showing 1 changed file with 49 additions and 50 deletions.
99 changes: 49 additions & 50 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
@@ -1,56 +1,55 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

const siteConfig = {
title: 'cloudesire documentation',
tagline: 'the saas marketplace platform with advanced billing/invoicing engine and docker support',
url: 'https://docs.cloudesire.com',
baseUrl: '/',
editUrl: 'https://github.com/ClouDesire/docusaurus/edit/source/docs/',
enableUpdateBy: true,
enableUpdateTime: true,
gaTrackingId: 'G-Y0QZTE1YQV',
gaGtag: true,
headerLinks: [
{ doc: 'index', label: 'Docs' },
{ doc: 'api', label: 'API' },
{ doc: 'syndication', label: 'Syndication' },
{ doc: 'glossary', label: 'Glossary' },
{
href: 'https://cloudesire.com',
label: 'Back to cloudesire.com'
},
],
headerIcon: 'img/logo-cloudesire.png',
footerIcon: 'img/logo-cloudesire.png',
favicon: 'img/favicon/favicon.ico',
colors: {
primaryColor: '#D9004F',
secondaryColor: '#AC0041',
},
copyright:
'Copyright © ' +
new Date().getFullYear() +
' Cloudesire.com by Engineering D.HUB',
organizationName: 'cloudesire',
projectName: 'docusaurus',
highlight: {
theme: 'default',
},
scripts: [
'https://buttons.github.io/buttons.js',
],
repoUrl: 'https://github.com/cloudesire/cloudesire.github.io',
onPageNav: 'separate',
algolia: {
apiKey: "06aaa65659156b0fd43caf8c5d9997e9",
indexName: "cloudesire"
},
docsSideNavCollapsible: true,
title: "cloudesire documentation",
tagline:
"the saas marketplace platform with advanced billing/invoicing engine and docker support",
url: "https://docs.cloudesire.com",
baseUrl: "/",
editUrl: "https://github.com/ClouDesire/docusaurus/edit/source/docs/",
enableUpdateBy: true,
enableUpdateTime: false,
gaTrackingId: "G-Y0QZTE1YQV",
gaGtag: true,
headerLinks: [
{ doc: "index", label: "Docs" },
{ doc: "api", label: "API" },
{ doc: "syndication", label: "Syndication" },
{ doc: "glossary", label: "Glossary" },
{
href: "https://cloudesire.com",
label: "Back to cloudesire.com",
},
],
headerIcon: "img/logo-cloudesire.png",
footerIcon: "img/logo-cloudesire.png",
favicon: "img/favicon/favicon.ico",
colors: {
primaryColor: "#D9004F",
secondaryColor: "#AC0041",
},
copyright:
"Copyright © " +
new Date().getFullYear() +
" Cloudesire.com by Engineering D.HUB",
organizationName: "cloudesire",
projectName: "docusaurus",
highlight: {
theme: "default",
},
scripts: ["https://buttons.github.io/buttons.js"],
repoUrl: "https://github.com/cloudesire/cloudesire.github.io",
onPageNav: "separate",
algolia: {
apiKey: "06aaa65659156b0fd43caf8c5d9997e9",
indexName: "cloudesire",
},
docsSideNavCollapsible: true,
};

module.exports = siteConfig;

0 comments on commit 25db6c0

Please sign in to comment.