nemar-cli 0.8.48-dev.1321 → 0.8.48-dev.1329

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # NEMAR CLI
2
2
 
3
3
  [![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
4
- [![Documentation](https://img.shields.io/badge/docs-nemar--cli.pages.dev-blue)](https://nemar-cli.pages.dev)
4
+ [![Documentation](https://img.shields.io/badge/docs-docs.nemar.org-blue)](https://docs.nemar.org)
5
5
  [![Tests](https://github.com/nemarOrg/nemar-cli/actions/workflows/test.yml/badge.svg)](https://github.com/nemarOrg/nemar-cli/actions/workflows/test.yml)
6
6
 
7
7
  Command-line interface for [NEMAR](https://nemar.org) (Neuroelectromagnetic Data Archive and Tools Resource) dataset management.
8
8
 
9
- **[Documentation](https://nemar-cli.pages.dev)** | [Quick Start](https://nemar-cli.pages.dev/getting-started/quickstart/) | [Commands](https://nemar-cli.pages.dev/commands/)
9
+ **[Documentation](https://docs.nemar.org)** | [Quick Start](https://docs.nemar.org/cli/getting-started/quickstart/) | [Commands](https://docs.nemar.org/cli/commands/)
10
+
11
+ > Documentation now lives in its own repository, [nemarOrg/docs](https://github.com/nemarOrg/docs) (Astro Starlight), and is published at [docs.nemar.org](https://docs.nemar.org).
10
12
 
11
13
  ## Features
12
14
 
@@ -435,7 +437,7 @@ RUN_ZENODO_TESTS=true TEST_DATASET_ID=nm099999 bun test test/zenodo-sandbox.test
435
437
  - Deposition lifecycle (create → upload → publish)
436
438
  - File uploads with checksum verification
437
439
 
438
- See [docs/development/zenodo-testing.md](docs/development/zenodo-testing.md) for comprehensive guide.
440
+ See [the Zenodo testing guide](https://docs.nemar.org/develop/zenodo-testing/) for a comprehensive walkthrough.
439
441
 
440
442
  ## Environment Variables
441
443