Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions guide/dev/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion guide/misc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }
---

Expand Down
2 changes: 2 additions & 0 deletions guide/ops/osgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either this should have content or next section should be a subsection (### not ##)


## Configuring

Configuration of Brooklyn when running under Karaf is largely done through standard Karaf mechanisms.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 35 additions & 8 deletions website/developers/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
---
layout: website-normal
title: Developers
started-pdf-exclude: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think this might be required for PDF build?

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)' }
---
Expand All @@ -24,15 +31,15 @@ working with the bleeding edge Brooklyn code.
<div class="panel-body" markdown="1">
As these pages contain information about accessing the bleeding edge code and artifacts produced from it,
you should be aware that the code and binaries you will encounter may be unstable.
The Apache Software Foundation has not performed the level of validation and due diligence done
on formally released artifacts.
The Apache Software Foundation has not performed the level of validation and due diligence done
on formally released artifacts.
Proceed only if you understand the potential consequences of using unreleased code
and are comfortable doing so.
</div>
</div>

We heartily welome contributions and new members.
There's nothing official needed to get involved;
There's nothing official needed to get involved;
simply come say hello somewhere in the [community](../community/index.html):

- [Mailing lists](../community/mailing-lists.html)
Expand All @@ -41,10 +48,30 @@ simply come say hello somewhere in the [community](../community/index.html):

Then [get the code](code/).

When you have a blueprint or an improvement you want to share,
When you have a blueprint or an improvement you want to share,
there are a few instructions to note on [how to contribute](how-to-contribute.html).

If you're looking to learn more about the codebase itself,
have a look at [Developer Guide]({{ site.path.guide }}/dev/).
There are also a number of [development bookmarks](links.html) for the tools we use
(git, jenkins, jira).


{% 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 %}
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion website/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Documentation
started-pdf-exclude: true
children:
- /guide/
- /guide/dev/
- ../meta/versions.md
- other-docs.md
---
Expand Down
1 change: 0 additions & 1 deletion website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ children:
- { path: /guide/locations/index.md, title_in_menu: Deploying Blueprints }
- { path: /guide/ops/index.md, title_in_menu: Reference Guide,
menu_customization: { dropdown_section_header: true } }
- { path: /guide/dev/index.md, title_in_menu: Developer Guide }
- { path: meta/versions.md, title_in_menu: Versions,
menu_customization: { dropdown_new_section: true } }
- { path: documentation/other-docs.md, title_in_menu: Other Resources }
Expand Down