Skip to content

Commit 94bf472

Browse files
committed
Move quickstart.md into docs site and add it to nav
Fixes the strict-mode docs build: docs/examples/index.md linked ../../quickstart.md, which lives outside the MkDocs docs_dir and can never resolve. The guide is now part of the published site under Getting Started, and the README link follows the file. Verified locally with mkdocs build --strict: 0 warnings.
1 parent 875d6ef commit 94bf472

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Bold for Delphi is best suited for:
1515
## Getting Started
1616

1717
- **[Documentation](https://bero.github.io/BoldForDelphi/)** - Full documentation including concepts, class reference, and FAQ.
18-
- **[Quick Start Guide](quickstart.md)** - Step-by-step instructions to install Bold, build your first model, and run the MasterDetail example application.
18+
- **[Quick Start Guide](docs/quickstart.md)** - Step-by-step instructions to install Bold, build your first model, and run the MasterDetail example application.
1919
- **[Roadmap](ROADMAP.md)** - Development plans, supported features, and future directions for Bold for Delphi.
2020
- **[Changelog](CHANGELOG.md)** - Version history and release notes.
2121

docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Basic CRUD application demonstrating:
3131
- Database persistence with SQLite (preconfigured)
3232
- Navigator controls
3333

34-
**Note**: Requires the Bold design-time package to be installed first. See the [Quick Start Guide](../../quickstart.md) Step 2.
34+
**Note**: Requires the Bold design-time package to be installed first. See the [Quick Start Guide](../quickstart.md) Step 2.
3535

3636
```
3737
examples\Simple\ObjectSpace\MasterDetail\MasterDetail.dproj
File renamed without changes.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ nav:
6464
- Home: index.md
6565
- Getting Started:
6666
- getting-started/index.md
67+
- Quick Start: quickstart.md
6768
- Installation: getting-started/installation.md
6869
- First Application: getting-started/first-app.md
6970
- Core Concepts:

0 commit comments

Comments
 (0)