Skip to content

Commit

Permalink
Wagon: Deploying sitegen to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseSource CI committed Nov 22, 2013
1 parent 0899116 commit 487e20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contributing/index.html
Expand Up @@ -111,7 +111,7 @@ <h2 id = "Submitting_changes_to_hawtio">Submitting changes to hawtio</h2>

<h2 id = "Submitting_changes_dashboard_and_wiki_content">Submitting changes dashboard and wiki content</h2>

<p>Hawtio uses the <a href="https://github.com/hawtio/hawtio-config">hawtio-config repository</a> to host its runtime configuration. When you startup hawtio by default it will clone this repository to the configuration directory (see the <a href="https://github.com/hawtio/hawtio/blob/master/doc/Configuration.md">configuration document</a> or more detail).</p>
<p>Hawtio uses the <a href="https://github.com/hawtio/hawtio-config">hawtio-config repository</a> to host its runtime configuration. When you startup hawtio by default it will clone this repository to the configuration directory (see the <a href="https://github.com/hawtio/hawtio/blob/master/docs/Configuration.md">configuration document</a> or more detail).</p>

<p>In developmemnt mode if you are running hawtio via the <strong>hawtio-web</strong> directory, then your local clone of the <a href="https://github.com/hawtio/hawtio-config">hawtio-config repository</a> will be in the <strong>hawtio/hawtio-web/hawtio-config directory</strong>. If you've added some cool new dashboard or editted any files via the hawtio user interface then your changes will be committed locally in this directory.</p>

Expand Down
4 changes: 2 additions & 2 deletions faq/index.html
Expand Up @@ -82,7 +82,7 @@ <h4 id = "How_do_I_disable_security_">How do I disable security?</h4>

<p>Since 1.2-M2 of hawtio we enable security by default using the underlying application container's security mechanism.</p>

<p>Here's how to <a href="https://github.com/hawtio/hawtio/blob/master/doc/Configuration.md#configuring-or-disabling-security-in-karaf-servicemix-fuse">disable security</a> if you wish to remove the need to login to hawtio.</p>
<p>Here's how to <a href="https://github.com/hawtio/hawtio/blob/master/docs/Configuration.md#configuring-or-disabling-security-in-karaf-servicemix-fuse">disable security</a> if you wish to remove the need to login to hawtio.</p>

<h4 id = "How_do_I_connect_to_my_remote_JVM_">How do I connect to my remote JVM?</h4>

Expand Down Expand Up @@ -202,7 +202,7 @@ <h4 id = "How_do_I_build_the_project_">How do I build the project?</h4>

<h4 id = "What_code_conventions_do_you_have_">What code conventions do you have?</h4>

<p>Check out the <a href="https://github.com/hawtio/hawtio/blob/master/doc/CodingConventions.md">Coding Conventions</a> for our recommended approach.</p>
<p>Check out the <a href="https://github.com/hawtio/hawtio/blob/master/docs/CodingConventions.md">Coding Conventions</a> for our recommended approach.</p>

<h4 id = "What_can_my_new_plugin_do_">What can my new plugin do?</h4>

Expand Down

0 comments on commit 487e20d

Please sign in to comment.