Skip to content

Commit 03864ee

Browse files
authored
Updated MarkDown generator version (#15)
Updated MarkDown generator version Signed-off-by: Bruce Osborne <[email protected]>
1 parent 7dba275 commit 03864ee

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<plugin>
1313
<groupId>com.ruleoftech</groupId>
1414
<artifactId>markdown-page-generator-plugin</artifactId>
15-
<version>2.2.2-SNAPSHOT</version>
15+
<version>2.3.0</version>
1616
<executions>
1717
<execution>
1818
<id>compile</id>
@@ -100,6 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-deploy-plugin</artifactId>
103+
<version>2.8.2</version>
103104
<configuration>
104105
<skip>true</skip>
105106
</configuration>

docs/src/main/resources/markdown/developers/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Developers Guide
2+
# Developers Guide
33
---
44

5-
# Overview
5+
## Overview
66

77
_OpenSmartHouse_ is a Smart Building automation framework. The documentation found here aims to support developers wishing to understand the framework to add functionality to the core, or extend the functionality through bindings that interface to hardware, or those that wish to integrate the framework within a wider system.
88

99
_OpenSmartHouse_ is written in Java - this provides a portable system that can be deployed to a wide range of hardware. It is also running within an OSGi container - this provides services that allow parts of the framework to interact, and for parts of the system to be modified or upgraded.
1010

11-
# Development Process
11+
## Development Process
1212

1313
We aim to support an open progressive community - both for users and developers. We want your input and support, and in return we aim to provide feedback on our plans, visibility on our decisions, and update roadmaps to allow everyone to understand where we are going. In order to achieve this, we aim to implement the following process for developments. We have a strong emphasis here on documenting our decisions, and the way the architecture works - both in user and developer documentation, but also in Architectural Decision Records (ADRs). This ensures we know why we've done something, and new developers can also understand our thinking. This can always be challenged as things evolve, but we know why we made a decision in the past, and this is important.
1414

15-
![](change_request_process.png)
15+
![process diagram](change_request_process.png)
1616

1717

18-
To go with this, we try to work to the following principals -:
18+
To go with this, we try to work to the following principles -:
1919

2020
* Time is important! RFCs and PRs will be processed in a timely manner. RFCs and issues that are not updated after a reasonable period will be marked as _stale_ and will be closed if not updated. They can of course be re-opened if further information is available, and important issues may be _pinned_ so this policy is waived, but we want to keep things moving, and feel the worst thing we can do is leave things open forever as no-one knows what is happening.
2121

22-
# Development Guide
22+
## Development Guide
2323

2424
This guide is written with the developer in mind, but understanding some of the concepts can also be useful for the user. We aim to provide information on the architecture, build environment and major APIs within the framework to allow a developer to modify and extend the system as they require. Of course we are also available to support such integration if required.
2525

0 commit comments

Comments
 (0)