From 3d76a982aad25bafc68eb01360528766fafbaa1b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 15 Mar 2017 13:15:09 -0400 Subject: [PATCH] Removed old API doc --- docs/api-integration.md | 19 ------------------- mkdocs.yml | 1 - 2 files changed, 20 deletions(-) delete mode 100644 docs/api-integration.md diff --git a/docs/api-integration.md b/docs/api-integration.md deleted file mode 100644 index 99185adf6..000000000 --- a/docs/api-integration.md +++ /dev/null @@ -1,19 +0,0 @@ -# API Integration - -NetBox features a read-only REST API which can be used to integrate it with -other applications. - -In the future, both read and write actions will be available via the API. - -## Clients - -The easiest way to start integrating your applications with NetBox is to make -use of an API client. If you build or discover an API client that is not part -of this list, please send a pull request! - -- **Go**: [github.com/digitalocean/go-netbox](https://github.com/digitalocean/go-netbox) - -## Documentation - -If you wish to build a new API client or simply explore the NetBox API, -Swagger documentation can be found at the URL `/api/docs/` on a NetBox server. diff --git a/mkdocs.yml b/mkdocs.yml index 07f319468..9833f8832 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,7 +21,6 @@ pages: - 'Extras': 'data-model/extras.md' - 'API': - 'Structure': 'api/structure.md' - - 'API Integration': 'api-integration.md' markdown_extensions: - admonition: