Skip to content

Commit

Permalink
Update learning uploader README.md (#1271)
Browse files Browse the repository at this point in the history
The script has undergone some changes that weren't reflected in the
docs.
  • Loading branch information
frankharkins authored May 2, 2024
1 parent c387562 commit 28e76cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ibm-quantum-learning-uploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ To sync your lessons automatically with the API, you'll need to add a
`learning-platform.conf.yaml` to the root of your content folder.

```yaml
# learning-platform.conf.yaml
# learning-api.conf.yaml
# This goes in the root of your content folder
lessons:
- path: path/to/folder # path to folder containing the lesson
# Lesson IDs in the API:
idStaging: 4e85c04a-c2fb-4bfc-9077-b75bf1b73a25
idProduction: 5026731b-5e7b-4585-8cf2-f24482819e21
# Lesson URLs in the API:
urlStaging: tutorials/4e85c04a-c2fb-4bfc-9077-b75bf1b73a25
urlProduction: tutorials/5026731b-5e7b-4585-8cf2-f24482819e21
```
To upload lessons using our script:
Expand Down

0 comments on commit 28e76cc

Please sign in to comment.