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

Enabled fix:format over all pages and data #27

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Conversation

DarikshaAnsari
Copy link
Owner

Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for in-toto-docs ready!

Name Link
🔨 Latest commit 15747b2
🔍 Latest deploy log https://app.netlify.com/sites/in-toto-docs/deploys/66cfffd688a21b0008481b8a
😎 Deploy Preview https://deploy-preview-27--in-toto-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@chalin chalin left a comment

Choose a reason for hiding this comment

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

The file-format GitHub check is failing. You'll need to run fix:format again and commit the results.

Copy link
Collaborator

@chalin chalin left a comment

Choose a reason for hiding this comment

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

A few more suggested edits.

Comment on lines 4 to 11
'orange': #ed4b27,
// Keep existing
'orange-light': #f47a39,
// Keep existing
'blue': #1b2838,
// Darker blue for better contrast
'blue-light': #a3b5c8,
// Lighter blue for accentss
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think that if you use /* ... */ comments, Prettier will leave them at the end of the line. If not, then leave this as is.

@@ -4,36 +4,42 @@ description: A framework to secure the integrity of software supply chains
---

{{% blocks/cover image_anchor="top" height="max" %}}

<!-- prettier-ignore -->
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think that this ignore statement is needed here.

Suggested change
<!-- prettier-ignore -->

hugo.yaml Outdated
@@ -36,7 +36,7 @@ markup:
noClasses: false # Required for dark-mode

params:
logo: "/images/logo.png" # Add this line
logo: '/images/logo.png' # Add this line
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
logo: '/images/logo.png' # Add this line
logo: /images/logo.png

@chalin chalin changed the title Enabled fix:format over all pages and data #26 Enabled fix:format over all pages and data Aug 28, 2024
@chalin chalin mentioned this pull request Aug 28, 2024
@DarikshaAnsari DarikshaAnsari requested a review from chalin August 29, 2024 04:51
@DarikshaAnsari DarikshaAnsari merged commit 19290c7 into main Aug 29, 2024
5 checks passed
@chalin chalin deleted the patch-format branch August 29, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants