Procházet zdrojové kódy

Fix ReST formatting

shalvah před 5 roky
rodič
revize
a6f4212582
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      docs/documenting/documenting-api-information.md

+ 4 - 3
docs/documenting/documenting-api-information.md

@@ -5,9 +5,10 @@ You can add authentication information for your API using the `auth` section in
 
 ```eval_rst
 .. Important:: Scribe uses your specified authentication information in three places:
-- Generating an "Authentication" section in your docs
-- Adding authentication parameters to your example requests (only for endpoints marked as `@authenticated`)
-- Adding the necessary auth parameters with the specified value to response calls (only for endpoints marked as `@authenticated`)
+
+   - Generating an "Authentication" section in your docs
+   - Adding authentication parameters to your example requests (only for endpoints marked as `@authenticated`)
+   - Adding the necessary auth parameters with the specified value to response calls (only for endpoints marked as `@authenticated`)
 ```
 
 Here's how you'd configure auth with a query parameter named `apiKey`: