Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove numbers from docs slugs #293

Merged
merged 2 commits into from Jan 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/config.json
Expand Up @@ -2,35 +2,35 @@
"docs": [
{
"uuid": "21b340f7-5709-4bfb-9e6f-b70e452c0d76",
"slug": "20-installation",
"slug": "installation",
"path": "docs/INSTALLATION.md",
"title": "Installing ABAP locally",
"blurb": "Learn how to install ABAP locally to solve Exercism's exercises on your own machine"
},
{
"uuid": "21a13a0d-687b-40d2-933e-d510241e10d8",
"slug": "10-learning",
"slug": "learning",
"path": "docs/LEARNING.md",
"title": "How to learn ABAP",
"blurb": "An overview of how to get started from scratch with ABAP"
},
{
"uuid": "e7aa0a32-7ee1-4a39-8f48-8f895ba2a4e9",
"slug": "30-tests",
"slug": "tests",
"path": "docs/TESTS.md",
"title": "Testing on the ABAP track",
"blurb": "Learn how to test your ABAP exercises on Exercism"
},
{
"uuid": "28d04b1a-195d-4633-9fb4-042f703a7d37",
"slug": "40-clone",
"slug": "clone",
"path": "docs/CLONE.md",
"title": "Clone the ABAP track",
"blurb": "Instructions on how to clone the ABAP track to your own system"
},
{
"uuid": "81756fdb-cbf1-4dd2-966f-59b820c447af",
"slug": "50-resources",
"slug": "resources",
"path": "docs/RESOURCES.md",
"title": "Useful ABAP resources",
"blurb": "A collection of useful resources to help you master ABAP"
Expand Down