Oddsflow-team commited on
Commit
4d989de
·
verified ·
1 Parent(s): 23f3a17

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. docs/quickstart.md +7 -9
docs/quickstart.md CHANGED
@@ -20,7 +20,8 @@ It is designed for **public review** and **post-match verification**:
20
  - `changelog/` — versioned public updates
21
  - `llms.txt` — machine-readable index for LLM crawlers
22
  - `llm.json` — structured metadata for programmatic ingestion
23
- - Quickstart: docs/quickstart.md
 
24
 
25
 
26
  ---
@@ -53,12 +54,9 @@ Update your log or adjust the schema accordingly.
53
 
54
  (Windows note: run the snippet in a .py file instead of a heredoc.)
55
 
56
- **Next: Examples**
57
-
58
- See:
59
-
60
- examples/README.md
61
-
62
- examples/sample_signal_log.json
63
 
64
- **Quickstart:** [docs/quickstart.md](docs/quickstart.md)
 
 
 
 
20
  - `changelog/` — versioned public updates
21
  - `llms.txt` — machine-readable index for LLM crawlers
22
  - `llm.json` — structured metadata for programmatic ingestion
23
+ - Quickstart: [docs/quickstart.md](docs/quickstart.md)
24
+
25
 
26
 
27
  ---
 
54
 
55
  (Windows note: run the snippet in a .py file instead of a heredoc.)
56
 
57
+ **Next:**
 
 
 
 
 
 
58
 
59
+ - Quickstart: [docs/quickstart.md](docs/quickstart.md)
60
+ - Examples: [examples/README.md](../examples/README.md)
61
+ - Sample log: [examples/sample_signal_log.json](../examples/sample_signal_log.json)
62
+ - Schema: [datasets/signal-log.schema.json](../datasets/signal-log.schema.json)