Skip to content

Commit

Permalink
#391: Removed the API documentation from this repository and added a …
Browse files Browse the repository at this point in the history
…link to it. (#399)
  • Loading branch information
AnastasiiaSergienko committed Sep 30, 2020
1 parent 54e88dd commit fb03038
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1,929 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Additional resources:

## Information for Developers

* [Virtual Schema API Documentation](doc/development/api/virtual_schema_api.md)
* [Virtual Schema API Documentation][vs-api]
* [Developing and Testing an SQL Dialect](doc/development/developing-sql-dialect/developing_a_dialect.md)
* [Step-by-step guide to writing your own SQL dialect](doc/development/developing-sql-dialect/step_by_step_guide_to_writing_your_own_dialect.md)
* [Remote Debugging](doc/development/remote_debugging.md)
Expand Down Expand Up @@ -159,6 +159,7 @@ Running the Virtual Schema requires a Java Runtime version 9 or later.
| [Versions Maven Plugin][versions-maven-plugin] | Checking if dependencies updates are available | Apache License 2.0 |
| [Artifact Reference Checker Plugin][artifact-reference-checker-plugin] | Check if artifact is referenced with correct version | MIT License |

[artifact-reference-checker-plugin]: https://github.com/exasol/artifact-reference-checker-maven-plugin
[maven-assembly-plugin]: https://maven.apache.org/plugins/maven-assembly-plugin/
[apache-trift]: http://thrift.apache.org/
[exasol-jdbc-driver]: https://www.exasol.com/portal/display/DOWNLOAD/Exasol+Download+Section
Expand Down Expand Up @@ -189,4 +190,5 @@ Running the Virtual Schema requires a Java Runtime version 9 or later.
[sql-server-dialect-doc]: doc/dialects/sql_server.md
[sybase-dialect-doc]: doc/dialects/sybase.md
[teradata-dialect-doc]: doc/dialects/teradata.md
[artifact-reference-checker-plugin]: https://github.com/exasol/artifact-reference-checker-maven-plugin

[vs-api]: https://github.com/exasol/virtual-schema-common-java/blob/master/doc/development/api/virtual_schema_api.md
3 changes: 2 additions & 1 deletion doc/changes/changes_4.0.4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exasol Virtual Schemas 4.0.4, released 2020-??-??
# Exasol Virtual Schemas 4.0.4, released 2020-10-??

Code name:

Expand All @@ -9,6 +9,7 @@ Code name:
* #384: Turned embedded JSON into key-value encoding in Adapter Notes API examples.
* #386: Remove the documentation that was moved to the portal, added links instead.
* #394: Described 'No suitable driver found', added a note that Hive 1.1.0 has problems with its driver.
* #391: Removed the API documentation from this repository and added a link to it.

## Refactoring

Expand Down
274 changes: 0 additions & 274 deletions doc/development/api/capabilities_list.md

This file was deleted.

0 comments on commit fb03038

Please sign in to comment.