-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: correct identatiom in the index page
- Loading branch information
1 parent
330f92b
commit cbac9e7
Showing
1 changed file
with
20 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,25 @@ | ||
______________________________________________________________________ | ||
|
||
# https://vitepress.dev/reference/default-theme-home-page | ||
|
||
--- | ||
layout: home | ||
|
||
hero: | ||
name: "nmrXiv" | ||
text: "Open, FAIR and Consensus-Driven NMR spectroscopy data repository and analysis platform" | ||
tagline: "" | ||
actions: | ||
\- theme: brand | ||
text: Get started | ||
link: /introduction/intro.md | ||
\- theme: alt | ||
text: Submission Guides | ||
link: /submission-guides/data-lifecycle.md | ||
\- theme: alt | ||
text: Developer Guides | ||
link: /developer-guides/architecture.md | ||
name: "nmrXiv" | ||
text: "Open, FAIR and Consensus-Driven NMR spectroscopy data repository and analysis platform" | ||
tagline: "" | ||
actions: | ||
- theme: brand | ||
text: Get started | ||
link: /introduction/intro.md | ||
- theme: alt | ||
text: Submission Guides | ||
link: /submission-guides/data-lifecycle.md | ||
- theme: alt | ||
text: Developer Guides | ||
link: /developer-guides/architecture.md | ||
|
||
features: | ||
|
||
- title: Demo Version | ||
details: Try our demo version to test or preview the features. | ||
- title: Submission Guides | ||
details: Want to submit data? Read the submission guide. | ||
- title: Contribution Guides | ||
details: Want to contribute? Read the contribution guide. | ||
|
||
______________________________________________________________________ | ||
- title: Demo Version | ||
details: Try our demo version to test or preview the features. | ||
- title: Submission Guides | ||
details: Want to submit data? Read the submission guide. | ||
- title: Contribution Guides | ||
details: Want to contribute? Read the contribution guide. |