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

Minor hygiene items #291

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

wesbiggs
Copy link
Member

@wesbiggs wesbiggs commented Oct 3, 2024

  • open external links in a new tab (some via mdbook extension, others by hardcoding HTML)
  • fix reference to deprecated public key announcement in PRId algorithm
  • give a more useful internal link for assertionMethodPublicKeys in the Verifiable Credentials overview
  • name items in the PRId description a little more consistently

@wesbiggs wesbiggs self-assigned this Oct 3, 2024
- open external links in a new tab (some via mdbook extension, others by hardcoding HTML)
- fix reference to deprecated public key announcement in PRId algorithm
- give a more useful internal link for assertionMethodPublicKeys in the Verifiable Credentials overview
@wesbiggs wesbiggs force-pushed the fix/reference-to-pk-announcement branch from 44ad1a8 to 4a32145 Compare October 3, 2024 23:15
Copy link
Collaborator

@shannonwells shannonwells left a comment

Choose a reason for hiding this comment

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

Changes look good. Reviewed code only, did not download the branch.

@wesbiggs
Copy link
Member Author

Ah, jontze/action-mdbook doesn't support the mdbook-external-links plugin. Will need to set up the Github action in a different way if we want to use that for running checks/deployments.

@wesbiggs wesbiggs force-pushed the fix/reference-to-pk-announcement branch from 38e30b9 to 21a54d7 Compare October 14, 2024 05:55
@@ -24,9 +24,7 @@ jobs:
run: npm run lint

- name: Set up mdBook 📚
uses: ./.github/workflows/common/set-up-mdbook
Copy link
Member

Choose a reason for hiding this comment

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

If you are removing this, then you can also remove ./.github/workflows/common/set-up-mdbook

Copy link
Member Author

Choose a reason for hiding this comment

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

I changed the common script instead. Running cargo install is slower, but more aligned with local usage, and this repo is not so time-sensitive.

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.

3 participants