diff --git a/guide/dev/index.md b/guide/dev/index.md deleted file mode 100644 index f0cf45e9..00000000 --- a/guide/dev/index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Developer Guide -started-pdf-exclude: true -layout: website-normal -menu_parent: /website/documentation/ -breadcrumbs: -- /website/documentation/index.md -- /guide/dev/index.md -children: -- { link: "{{ site.path.website }}/developers/code/", title: "Get the Code" } -- env/maven-build.md -- env/ide/ -- code/structure.md -- code/tests.md -- code/licensing.md -- tips/ -- tips/logging.md -- tips/debugging-remote-brooklyn.md -- { link: "http://github.com/apache/brooklyn", title: "GitHub" } -- { link: "https://brooklyn.apache.org/v/latest/misc/javadoc", title: "Javadoc" } ---- - -{% comment %} -TODO - -The Developer Guide contains information on working with the Brooklyn codebase. - -Of particular note to people getting started, there is: - -* Help with Maven -* Help with Git -* Help setting up IDE's - -And for the Brooklyn codebase itself, see: - -* Project structure -* Areas of Special Hairiness - -(All links are TODO.) -{% endcomment %} - -{% include list-children.html %} diff --git a/guide/misc/index.md b/guide/misc/index.md index 864f0702..7b9d113c 100644 --- a/guide/misc/index.md +++ b/guide/misc/index.md @@ -9,7 +9,7 @@ children: - release-notes.md - migrate-to-0.8.0.md - known-issues.md -- { path: ../dev/, title_in_menu: "Developer Guide" } +- { path: /website/developers/, title_in_menu: "Developer Guide" } - { path: /website/documentation/, title_in_menu: "All Documentation", menu_customization: { force_inactive: true } } --- diff --git a/guide/ops/osgi.md b/guide/ops/osgi.md index 97becec1..4a1a30c9 100644 --- a/guide/ops/osgi.md +++ b/guide/ops/osgi.md @@ -65,6 +65,8 @@ JAVA_DEBUG_OPTS='-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5 For other options please check your JVM JPDA documentation. Hotspot JPDA: https://docs.oracle.com/javase/8/docs/technotes/guides/jpda/ +## Quick testing + ## Configuring Configuration of Brooklyn when running under Karaf is largely done through standard Karaf mechanisms. diff --git a/guide/dev/code/licensing.md b/website/developers/code/licensing.md similarity index 100% rename from guide/dev/code/licensing.md rename to website/developers/code/licensing.md diff --git a/guide/dev/code/structure.md b/website/developers/code/structure.md similarity index 100% rename from guide/dev/code/structure.md rename to website/developers/code/structure.md diff --git a/guide/dev/code/tests.md b/website/developers/code/tests.md similarity index 100% rename from guide/dev/code/tests.md rename to website/developers/code/tests.md diff --git a/guide/dev/env/ide/eclipse.include.md b/website/developers/env/ide/eclipse.include.md similarity index 100% rename from guide/dev/env/ide/eclipse.include.md rename to website/developers/env/ide/eclipse.include.md diff --git a/guide/dev/env/ide/index.md b/website/developers/env/ide/index.md similarity index 100% rename from guide/dev/env/ide/index.md rename to website/developers/env/ide/index.md diff --git a/guide/dev/env/maven-build.md b/website/developers/env/maven-build.md similarity index 100% rename from guide/dev/env/maven-build.md rename to website/developers/env/maven-build.md diff --git a/website/developers/index.md b/website/developers/index.md index 4f0e605d..13510241 100644 --- a/website/developers/index.md +++ b/website/developers/index.md @@ -1,14 +1,21 @@ --- layout: website-normal title: Developers -started-pdf-exclude: true +menu_parent: index.md children: - code/ - how-to-contribute.md -- /guide/dev/ - committers/ - code-standards.md - links.md +- env/maven-build.md +- env/ide/ +- code/ +- tips/ +- tips/logging.md +- tips/debugging-remote-brooklyn.md +- { link: "http://github.com/apache/brooklyn", title: "GitHub" } +- { link: "https://brooklyn.apache.org/v/latest/misc/javadoc", title: "Javadoc" } - { link: 'http://github.com/apache/brooklyn', title: 'GitHub' } - { link: 'https://issues.apache.org/jira/browse/BROOKLYN', title: 'Bug Tracker (JIRA)' } --- @@ -24,15 +31,15 @@ working with the bleeding edge Brooklyn code.