Skip to content

GuentherJulian/getting-started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devonfw Getting Started Guide

devonfw logo

Welcome!

This getting-started guide is the entry-point for new devonfw users.
You can work through it by either visiting the wiki tab here on GitHub or by downloading the PDF.

Happy coding! 👍


How to maintain this guide

Please follow these guidelines when maintaining the getting-started repository:

  • Use links and references instead of duplicating content from other repositories!

  • Always keep the contents of _Sidebar.asciidoc and master-getting-started.asciidoc in sync!

  • In the _Sidebar:

    • link AsciiDoc pages located in this repo via link:file-name.asciidoc[title]
      (Please make sure to include the .asciidoc file extension here!)

    • link external pages via https://online-url.domain#anchor[title]

  • In master-getting-started:

    • include AsciiDoc pages located in this repo via include::file-name[leveloffset=2]
      (Please make sure to omit the .asciidoc file extension here!)

    • reference AsciiDoc sections via xref:section-title[title]

    • reference AsciiDoc pages and top-level sections via link:file-name#section-title[title]
      (Please note, that these links will NOT work in the GitHub wiki and standalone PDF, if the linked files are not located in this repo. They will however work on the devonfw website and in the complete devonfw-guide PDF, which is our priority.)

  • Follow the general docgen guidelines and asciidoc file guidelines!

  • To test your changes, build a local PDF using Maven:

    mvn clean package -Doutput.format=pdf
    

About

devonfw getting started guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published