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.