Skip to content

Commit

Permalink
Merge pull request #35 from microbiomedata/31-replace-bare-bones-home…
Browse files Browse the repository at this point in the history
…page-with-something-more-realistic

Replace the bare-bones placeholder homepage with a realistic one
  • Loading branch information
eecavanna authored Nov 19, 2024
2 parents bec4b1d + c637f85 commit 9af3024
Show file tree
Hide file tree
Showing 12 changed files with 216 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cp -R artifacts/legacy-nmdc-documentation-as-html _build/html/legacy/nmdc-documentation
cp -R artifacts/nmdc-runtime-documentation-as-html _build/html/nmdc-runtime-documentation
cp -R artifacts/mag-workflow-documentation-as-html _build/html/workflows/mag-workflow-documentation
cp content/index.html _build/html/index.html
cp content _build/html
- name: Save the result for publishing to GitHub Pages # Docs: https://github.com/actions/upload-pages-artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ the documentation website will automatically be updated to reflect the changes.
5. (If prompted) Click "Switch to Branch"
6. Make changes in `legacy/nmdc-documentation/src`
7. Click the "Source Control" icon in the left sidebar (3rd from the top)
8. Hover over the "Changes" heading an click the `+` icon that appears
8. Hover over the "Changes" heading and click the `+` icon that appears
9. Enter a commit message to tell others what you did (e.g. "`Fix typo in link`")
10. Click the "Commit & Push" button
11. Visit https://github.com/microbiomedata/docs/ and create a Pull Request for that branch
Expand Down Expand Up @@ -167,7 +167,6 @@ the associated sections of the website will automatically be rebuilt

- [ ] Populate the "TODO" sections above
- [ ] Update legacy `requirements.txt` files to indicate specific versions
- [ ] Implement an overall website, of which the "Legacy" section is only one part
- [ ] Implement a framework for pulling in content from external sources
- [ ] Configure a vanity URL once we have a cohesive website
- [ ] Migrate `.rst` files into Markdown (`.md`)
Binary file added content/assets/favicon.ico
Binary file not shown.
Binary file added content/assets/img/hero.webp
Binary file not shown.
1 change: 1 addition & 0 deletions content/assets/img/logo-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/assets/img/logo-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9af3024

Please sign in to comment.