This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Documentation Update: Fixing typos, adding notes, and updating links#3248
Closed
carlos-cecnn12 wants to merge 5 commits intomainfrom
Closed
Documentation Update: Fixing typos, adding notes, and updating links#3248carlos-cecnn12 wants to merge 5 commits intomainfrom
carlos-cecnn12 wants to merge 5 commits intomainfrom
Conversation
ecb6e96 to
38be8dd
Compare
38be8dd to
355af8d
Compare
jecr
reviewed
Mar 14, 2025
| <img alt="Amiibo Lookup Panel" src={useBaseUrl('img/docs/feature-development/lookup-panel.png ')} width="75%" variant="centered"/> | ||
|
|
||
| :::info | ||
| This will only be visible once you register the workflow in the `clutch.config.js` file, this is done in the Configuration section of this guide. |
Contributor
There was a problem hiding this comment.
Can we have a link to the mentioned section here?
jecr
reviewed
Mar 14, 2025
| 0.212 Pre-flight checks satisfied! | ||
| 0.213 cd backend && go run cmd/assets/generate.go ../frontend/packages/app/build && go build -tags withAssets -o ../build/clutch -ldflags="-X main.version=0.0.0" | ||
| 0.218 go: errors parsing go.mod: | ||
| 0.218 /go/src/github.com/lyft/clutch/backend/go.mod:3: invalid go version '1.23.0': must match format 1.23 |
Contributor
There was a problem hiding this comment.
Seems to me we could do with just the error message instead of the log snippet for readability. And then do something like If the make backend build fails with ERROR_MSG, modify the golang version...
jecr
reviewed
Mar 14, 2025
| ➤ YN0000: │ peerDependencies: | ||
| ➤ YN0000: │ react: ^17.0.2 | ||
| ➤ YN0000: │ | ||
| ➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden. |
Contributor
There was a problem hiding this comment.
Same concern on having the log snippet vs the error message
|
This PR has been marked as stale after 7 or more days of inactivity. Please have a maintainer add the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes several updates to the documentation:
These changes aim to enhance the overall quality and usability of the documentation for all users.