Update documentation (#1316)

* Make small grammatical and phrasing changes, update external like to JSON schema docs, remove unused schema keywords, unify JSON Schema language

* Title case some headers, modify some phrasing, remove duplicate custom template docs, clean up using_as_module with phrasing and removal of redundant ending.

* Add crosslinks between documents for clarity, rephrase sectinos, unify representation of "JSON Schema", remove specifictation of temporary directory use

* Reword "File" to "Data" to include python dicts, update working on project mentions

* Update language from "repositories" to "projects" to include links that are not repos

* Small phrasing update

* Update phrasing of supported data page for clairty

* Unify representation of "JSON", remove redundant information from index

* Synchronize changes between readme and index page

* Standardize formatting, fix heading levels
This commit is contained in:
Noddy
2023-05-12 22:38:46 -04:00
committed by GitHub
parent 8855a1337d
commit 2db3745127
11 changed files with 57 additions and 221 deletions

View File

@@ -18,7 +18,7 @@ site_url: https://koxudaxi.github.io/datamodel-code-generator
nav:
- Overview: index.md
- Support data types: support-data-types.md
- Support data types: supported-data-types.md
- Usage:
- Generate from OpenAPI: openapi.md
- Generate from JSON Schema: jsonschema.md