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

Documentation mini-site #4

Open
wants to merge 36 commits into
base: dev
Choose a base branch
from

Conversation

mwhamgenomics
Copy link

Adds Astro build system for statically built web docs. To test:

$ cd doc_build
$ npm install
$ python bin/build.py .. Open-Science-Community-Saudi-Arabia moleculardymics
$ npm run build-cache ..
$ npm run start

To do:

  • Add a GitHub action to publish to GitHub Pages

@the-label-bot the-label-bot bot added the kind/documentation kind/documentation label Mar 31, 2023
@the-label-bot
Copy link

the-label-bot bot commented Mar 31, 2023

The Label Bot has predicted the following:

Category Value Confidence Applied Label
Kind documentation 0.962 ✔️
Size XXL 0.764 ✔️

@mwhamgenomics
Copy link
Author

nf-core lint currently fails one test:

╭─ [✗] 1 Pipeline Test Failed ───────────────────────╮
│                                                    │
│ template_strings: Found a Jinja template string in │
| ./doc_build/src/components/FooterSocial.astro L29: │
| ={{ marginLeft, marginRight }}                     │
│                                                    │
╰────────────────────────────────────────────────────╯

This line is JavaScript/Astro code, not a Jinja template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation kind/documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants