Skip to content

Commit

Permalink
Group markdown files into articles folder (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpfish authored Oct 12, 2023
1 parent e3d68f8 commit 3f02606
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 15 additions & 5 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -928,31 +928,39 @@
- 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
tags:
- 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
tags:
- 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
tags:
- 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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions registry_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"path": {
"type": "string"
},
"redirects": {
"type": "array",
"items": {
"type": "string"
}
},
"tags": {
"type": "array",
"items": {
Expand Down

0 comments on commit 3f02606

Please sign in to comment.