diff --git a/how_to_work_with_large_language_models.md b/articles/how_to_work_with_large_language_models.md similarity index 100% rename from how_to_work_with_large_language_models.md rename to articles/how_to_work_with_large_language_models.md diff --git a/related_resources.md b/articles/related_resources.md similarity index 100% rename from related_resources.md rename to articles/related_resources.md diff --git a/techniques_to_improve_reliability.md b/articles/techniques_to_improve_reliability.md similarity index 100% rename from techniques_to_improve_reliability.md rename to articles/techniques_to_improve_reliability.md diff --git a/text_comparison_examples.md b/articles/text_comparison_examples.md similarity index 100% rename from text_comparison_examples.md rename to articles/text_comparison_examples.md diff --git a/what_makes_documentation_good.md b/articles/what_makes_documentation_good.md similarity index 100% rename from what_makes_documentation_good.md rename to articles/what_makes_documentation_good.md diff --git a/registry.yaml b/registry.yaml index 0015511..8b6b381 100644 --- a/registry.yaml +++ b/registry.yaml @@ -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 diff --git a/registry_schema.json b/registry_schema.json index 539ca65..d4b6962 100644 --- a/registry_schema.json +++ b/registry_schema.json @@ -10,6 +10,12 @@ "path": { "type": "string" }, + "redirects": { + "type": "array", + "items": { + "type": "string" + } + }, "tags": { "type": "array", "items": {