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

feat: new website for mercurius #1

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
chore: update .gitignore and docusaurus.config.ts
  • Loading branch information
Tony133 committed Sep 27, 2024
commit b6110a7db33200983aa4b4ec50813238f17eff79
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ dist
# Docusaurus cache and generated files
.docusaurus
/build
/scripts/releases/*
/scripts/downloads/*
versioned_docs/*
!versioned_docs/.keep
versioned_sidebars/*
!versioned_sidebars/.keep

# Serverless directories
.serverless/
Expand Down
5 changes: 0 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ const config: Config = {
{
docs: {
sidebarPath: "./sidebars.ts",
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: (editPage) => {
// Users can not submit doc updates to the legacy versions!

// We want users to submit doc updates to the upstream/next version!
return `https://github.com/mercurius-js/mercurius/edit/main/docs/${editPage.docPath}`;
}
},
Expand Down