Group markdown files into articles folder (#777)
This commit is contained in:
parent
e3d68f8843
commit
3f0260677a
7 changed files with 21 additions and 5 deletions
|
|
@ -928,7 +928,9 @@
|
|||
- embeddings
|
||||
|
||||
- title: Techniques to improve reliability
|
||||
path: techniques_to_improve_reliability.md
|
||||
path: articles/techniques_to_improve_reliability.md
|
||||
redirects:
|
||||
- techniques_to_improve_reliability
|
||||
date: 2022-09-12
|
||||
authors:
|
||||
- ted-at-openai
|
||||
|
|
@ -936,7 +938,9 @@
|
|||
- completions
|
||||
|
||||
- title: How to work with large language models
|
||||
path: how_to_work_with_large_language_models.md
|
||||
path: articles/how_to_work_with_large_language_models.md
|
||||
redirects:
|
||||
- how_to_work_with_large_language_models
|
||||
date: 2023-01-20
|
||||
authors:
|
||||
- ted-at-openai
|
||||
|
|
@ -944,7 +948,9 @@
|
|||
- completions
|
||||
|
||||
- title: Use cases for embeddings
|
||||
path: text_comparison_examples.md
|
||||
path: articles/text_comparison_examples.md
|
||||
redirects:
|
||||
- text_comparison_examples
|
||||
date: 2023-01-20
|
||||
authors:
|
||||
- ted-at-openai
|
||||
|
|
@ -952,7 +958,9 @@
|
|||
- embeddings
|
||||
|
||||
- title: Related resources from around the web
|
||||
path: related_resources.md
|
||||
path: articles/related_resources.md
|
||||
redirects:
|
||||
- related_resources
|
||||
date: 2023-01-20
|
||||
authors:
|
||||
- ted-at-openai
|
||||
|
|
@ -1022,7 +1030,9 @@
|
|||
- completions
|
||||
|
||||
- title: What makes documentation good
|
||||
path: what_makes_documentation_good.md
|
||||
path: articles/what_makes_documentation_good.md
|
||||
redirects:
|
||||
- what_makes_documentation_good
|
||||
date: 2023-09-01
|
||||
authors:
|
||||
- ted-at-openai
|
||||
|
|
|
|||
|
|
@ -10,6 +10,12 @@
|
|||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"redirects": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue