Skip to content

Commit 319e36b

Browse files
author
Emmanouil Konstantinidis
committed
Minor Changes
1 parent 12aabd6 commit 319e36b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/css/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
/* @group Header */
2929

3030
.header .jumbotron {
31-
margin: 50px 0 40px;
31+
margin: 30px 0 40px;
3232
padding: 10px 20px 20px;
3333
text-align: center;
3434
}

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Django REST Framework Docs (DRF Docs) allows you to list all your API Endpoints
1111

1212
#### Live API Endpoints
1313

14-
A really useful feature of DRF Docs is that you can also test endpoints from within the docs. Feel free to use our demo and try them! For more information visit the [Live API Endpoints](/docs/live-api) page of the docs.
14+
A really useful feature of DRF Docs is that you can also test endpoints from within the docs. Feel free to use our demo and try them! For more information visit the [Live API Endpoints](/live-api) page of the docs.
1515

1616
<img class="img-responsive" src="images/mockup.png" alt="Mock Up" />
1717

1818

1919
#### How It Works
2020

21-
The concept is pretty simple. Once you [install it](/docs/installation/) you should go the the url you set (ie. `http://0.0.0.0:8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
21+
The concept is pretty simple. Once you [install it](/installation/) you should go the the url you set (ie. `http://0.0.0.0:8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
2222

2323
DRF Docs will then read all your `urls` and will list those that inherit from Django REST Framework's `APIView`.

0 commit comments

Comments
 (0)