Skip to content

Commit b5421f1

Browse files
stuntguy3000jeremystretch
authored andcommitted
Fixes #19870: Correct Documentation Formatting for Public Demo Instance URL
1 parent 9c2cd66 commit b5421f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ For UI development you will need to review the [Web UI Development Guide](web-ui
147147

148148
## Populating Demo Data
149149

150-
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 <https://demo.netbox.dev>.)
150+
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).
151151

152152
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.
153153

0 commit comments

Comments
 (0)