This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit 6cadfb72f99c69ac33622af296f828974f6566c8 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Mar 22 22:08:52 2025 -0700 fixup --- docs/overview.md | 2 -- docusaurus.config.ts | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index 574934c..3e8cf9d 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -17,5 +17,3 @@ sidebar_position: 1 - [BigQuery](big-query.md) - [CSV](csv.md) - [Annotating Change Points in Grafana](grafana.md) - -This is a demo page for the portal page of documentation. Remember to follow the trademark [policy](https://www.apache.org/foundation/marks/) and [guide](https://www.apache.org/foundation/marks/guide) to provide your content. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5c51c90..c8946f0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -50,13 +50,13 @@ const config: Config = { { docs: { sidebarPath: "./docs/sidebars.ts", - editUrl: `https://github.com/apache/${siteRepoName}/tree/main/`, + editUrl: `https://github.com/apache/${siteRepoName}/tree/master/`, }, blog: { blogSidebarCount: "ALL", blogSidebarTitle: "All our posts", showReadingTime: true, - editUrl: `https://github.com/apache/${siteRepoName}/tree/main/`, + editUrl: `https://github.com/apache/${siteRepoName}/tree/master/`, }, theme: { customCss: "./src/css/custom.css",
