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

chore: refactor custom header implementation #2010

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

huijing
Copy link
Contributor

@huijing huijing commented Oct 9, 2023

Changes proposed in this pull request

  • This PR removes the previous custom header implementation files, and bumps dependencies to the latest version.

Context

Closes #2007

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Documentation added
  • Make sure that all checks pass
  • Postman collection updated

@netlify
Copy link

netlify bot commented Oct 9, 2023

Deploy Preview for brilliant-pasca-3e80ec canceled.

Name Link
🔨 Latest commit 5d3bf8c
🔍 Latest deploy log https://app.netlify.com/sites/brilliant-pasca-3e80ec/deploys/6524d14f7004b80008bdb40a

@huijing huijing changed the title Refactor custom header implementation chore: refactor custom header implementation Oct 9, 2023
@github-actions github-actions bot added the pkg: documentation Changes in the documentation package. label Oct 9, 2023
@huijing huijing force-pushed the chj/2007/refactor-custom-header branch from 4d16f68 to 6a458ed Compare October 9, 2023 08:50
@@ -188,12 +189,6 @@ export default defineConfig({
linkPrefix: '/apis/auth/'
})
],
// Process images with sharp: https://docs.astro.build/en/guides/assets/#using-sharp
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are not running our images through the sharp pipeline

@@ -1,21 +1,18 @@
---
import type { Props } from '@astrojs/starlight/props';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the official method of doing Starlight component override, see https://starlight.astro.build/guides/overriding-components/ for documentation.

@huijing huijing force-pushed the chj/2007/refactor-custom-header branch from 6a458ed to fa48938 Compare October 9, 2023 09:24
@huijing huijing force-pushed the chj/2007/refactor-custom-header branch from fa48938 to 5d3bf8c Compare October 10, 2023 04:21
@huijing huijing merged commit aae9f70 into main Oct 10, 2023
@huijing huijing deleted the chj/2007/refactor-custom-header branch October 10, 2023 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: documentation Changes in the documentation package.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor custom header after Starlight minor version bump
2 participants