-
Notifications
You must be signed in to change notification settings - Fork 196
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
add nft-utils and links to github actions #2754
Open
mashehu
wants to merge
3
commits into
nf-core:main
Choose a base branch
from
mashehu:add-nft-utils
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+40
−2
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
import MarkdownTocLayout from '@layouts/MarkdownTocLayout.astro'; | ||
|
||
const title = 'nft-utils'; | ||
const subtitle = 'A collection of utilities for working with nf-test'; | ||
|
||
const content = await fetch('https://raw.githubusercontent.com/nf-core/nft-utils/refs/heads/main/docs/usage.md'); | ||
--- | ||
|
||
<MarkdownTocLayout | ||
title={title} | ||
subtitle={subtitle} | ||
headings={[]} | ||
md_github_url="https://github.com/nf-core/nft-utils/edit/main/README.md" | ||
> | ||
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Iste, culpa! Optio itaque, nostrum earum sapiente pariatur | ||
natus illum sit sunt quaerat similique. Labore aliquid voluptatibus sequi iste voluptatum! Itaque, voluptatum? | ||
</MarkdownTocLayout> |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I need to replace that with the readme or is the readme automatically rendered?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought you wanted something more than the readme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just write any html code here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if the README is rendered on the website that'll be good enough for me.
I just don't want to duplicate effort on writing docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mashehu any comment/update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working on it, got hung up with the tools release sorry. is not sooo straight forward atm to add a random github repo, but there are ways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no worries, tools is more important, and I know you'll fix it, just wanted to check if it was not lost in limbo.
Thanks a lot