From b5421f1cd634b7eab0dd3c08cfd748213c24044c Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Mon, 14 Jul 2025 21:48:35 +0930 Subject: [PATCH] Fixes #19870: Correct Documentation Formatting for Public Demo Instance URL --- docs/development/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/getting-started.md b/docs/development/getting-started.md index 129bf2d4b..8add82c90 100644 --- a/docs/development/getting-started.md +++ b/docs/development/getting-started.md @@ -147,7 +147,7 @@ For UI development you will need to review the [Web UI Development Guide](web-ui ## Populating Demo Data -Once you have your development environment up and running, it might be helpful to populate some "dummy" data to make interacting with the UI and APIs more convenient. Check out the [netbox-demo-data](https://github.com/netbox-community/netbox-demo-data) repo on GitHub, which houses a collection of sample data that can be easily imported to any new NetBox deployment. (This sample data is used to populate the public demo instance at .) +Once you have your development environment up and running, it might be helpful to populate some "dummy" data to make interacting with the UI and APIs more convenient. Check out the [netbox-demo-data](https://github.com/netbox-community/netbox-demo-data) repo on GitHub, which houses a collection of sample data that can be easily imported to any new NetBox deployment. This sample data is used to populate the [public demo instance](https://demo.netbox.dev). The demo data is provided in JSON format and loaded into an empty database using Django's `loaddata` management command. Consult the demo data repo's `README` file for complete instructions on populating the data.