mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix formatting
This commit is contained in:
parent
5ab798d53d
commit
6ba4aaff7f
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
title: InvenTree API Schema
|
||||
---
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import textwrap
|
||||
|
||||
import yaml
|
||||
|
||||
@ -75,6 +76,8 @@ def generate_index_file(version: str):
|
||||
| --- | --- |
|
||||
"""
|
||||
|
||||
output = textwrap.dedent(output).strip() + '\n'
|
||||
|
||||
for key, value in SPECIAL_PATHS.items():
|
||||
output += f'| [{value}](./schema/{key}.md) | {value} |\n'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user