diff --git a/docs/_index.md b/docs/_index.md index fa62533..54c4500 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -8,6 +8,7 @@ order: 'receive', 'process', 'ingest-and-distribute', + 'develop-with-kafka-api', 'deploy', 'security', 'reference', diff --git a/docs/develop-with-kafka-api/_index.md b/docs/develop-with-kafka-api/_index.md index b53bb8b..69b5f99 100644 --- a/docs/develop-with-kafka-api/_index.md +++ b/docs/develop-with-kafka-api/_index.md @@ -1,5 +1,5 @@ --- -order: ['compatibility.md'] +order: ['compatibility.md', 'java.md'] collapsed: false --- diff --git a/docs/start/_index.md b/docs/start/_index.md index ed9ee03..1f8406e 100644 --- a/docs/start/_index.md +++ b/docs/start/_index.md @@ -2,6 +2,7 @@ order: - try-out-hstream-platform.md - quickstart-with-docker.md + - get-started-with-kafka-api.md - hstream-console.md collapsed: false ---