From 5722653cbd059bade4b912854826fdb37cac8c95 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 7 Jul 2017 14:57:36 +0100 Subject: [PATCH] refactor: Move namespaces to profiles Update links to API Elements Closes #56 --- README.md | 9 +++++---- namespaces/api-description-namespace.md | 3 --- namespaces/data-structure-namespace.md | 3 --- namespaces/parse-result-namespace.md | 3 --- 4 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 namespaces/api-description-namespace.md delete mode 100644 namespaces/data-structure-namespace.md delete mode 100644 namespaces/parse-result-namespace.md diff --git a/README.md b/README.md index 193bdae..4d072dc 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,7 @@ Refract is a recursive data structure for expressing complex structures, relatio ## Documents -- [Full Specification](refract-spec.md) -- [Data Structure Namespace](namespaces/data-structure-namespace.md) -- [API Description Namespace](namespaces/api-description-namespace.md) -- [Parse Result Namespace](namespaces/parse-result-namespace.md) +- [Refract Specification](refract-spec.md) ## Version @@ -20,6 +17,10 @@ Refract is a recursive data structure for expressing complex structures, relatio - [JSON Refract](formats/json-refract.md) - [JSON Compact Refract](formats/json-compact-refract.md) +## Refract Profiles + +- [API Elements](https://apielements.org) - Web API Description Profile. + ## Libraries - [Minim (JavaScript)](https://github.com/smizell/minim) diff --git a/namespaces/api-description-namespace.md b/namespaces/api-description-namespace.md deleted file mode 100644 index 558aa64..0000000 --- a/namespaces/api-description-namespace.md +++ /dev/null @@ -1,3 +0,0 @@ -# API Description Namespace - -Deprecated. Please see [API Elements](https://github.com/apiaryio/api-elements) for API description elements. diff --git a/namespaces/data-structure-namespace.md b/namespaces/data-structure-namespace.md deleted file mode 100644 index de4a5db..0000000 --- a/namespaces/data-structure-namespace.md +++ /dev/null @@ -1,3 +0,0 @@ -# Data Structure Namespace - -Deprecated. Please see [API Elements](https://github.com/apiaryio/api-elements) for data structure elements. diff --git a/namespaces/parse-result-namespace.md b/namespaces/parse-result-namespace.md deleted file mode 100644 index 622eaf3..0000000 --- a/namespaces/parse-result-namespace.md +++ /dev/null @@ -1,3 +0,0 @@ -# Parse Result Namespace - -Deprecated. Please see [API Elements](https://github.com/apiaryio/api-elements) for parse result elements.