-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add nft-utils and links to github actions
- Loading branch information
Showing
2 changed files
with
40 additions
and
2 deletions.
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/README.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> |