Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
willem-xbreeze committed Sep 3, 2021
1 parent 672a1d2 commit 21e078d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Documentation/docs/GettingStarted/helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This page contains a simple hello world example to get familiar with using CrossGenerate.
The example illustrates how CrossGenerate combines information from a model and a template to generate output.
The desired output is a textfile that contains the text 'hello world'.
The desired output is a text file that contains the text 'hello world'.

The files shown in this example can be [downloaded here](./001_HelloWorld.zip). You need to [download](https://generate.x-breeze.com/download/){target=_blank} CrossGenerate to run the example on your computer.

Expand Down
12 changes: 0 additions & 12 deletions Documentation/docs/GettingStarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,3 @@ To get an explanation about the different inputs which need to be passed to Cros

## Examples
This Getting Started section contains some basic examples to illustrate the core concepts of CrossGenerate. For more advanced technology specific examples see our [Examples section](../Examples).

## Bugs & issues
When you encounter an issue while using CrossGenerate please report it by sending an e-mail to [info@x-breeze.com](mailto:info@x-breeze.com?SUBJECT=CrossGenerate%20-%20Bug%20report) with the subject 'CrossGenerate - Bug report'.

Please provide the following information:

- Steps to reproduce
- If possible, including the used model, glue and template.
- Expected behaviour
- CrossBreeze version used
- Impact on your business
- This so we can set the priority and severity.
15 changes: 14 additions & 1 deletion Documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,17 @@ To get started go to [Getting started](./GettingStarted)
| <kbd>Shift</kbd> + mouse scroll[^1] | Press the <kbd>Shift</kbd> key while scrolling to scroll horizontally. |

[comment]: Footnotes
[^1]: This can be handy when a code example is wide and doesn't fit within the boundaries of the page.
[^1]: This can be handy when a code example is wide and doesn't fit within the boundaries of the page.


## Bugs & issues
When you encounter an issue while using CrossGenerate please report it by sending an e-mail to [info@x-breeze.com](mailto:info@x-breeze.com?SUBJECT=CrossGenerate%20-%20Bug%20report) with the subject 'CrossGenerate - Bug report'.

Please provide the following information:

- Steps to reproduce
- If possible, including the used model, glue and template.
- Expected behaviour
- CrossBreeze version used
- Impact on your business
- This so we can set the priority and severity.
2 changes: 1 addition & 1 deletion Documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nav:
- 'Setup' : 'Setup.md'
- 'Release notes' : 'ReleaseNotes.md'
- Getting started:
- 'Overview' : 'GettingStarted/index.md'
- 'Introduction' : 'GettingStarted/index.md'
- 'Hello world': 'GettingStarted/helloworld.md'
- 'Address book': 'GettingStarted/addressbook.md'
- Application:
Expand Down

0 comments on commit 21e078d

Please sign in to comment.