Skip to content

Latest commit

 

History

History
executable file
·
69 lines (49 loc) · 1.41 KB

fancy_document.md

File metadata and controls

executable file
·
69 lines (49 loc) · 1.41 KB
title subtitle short_title project_name project_type document_type document_date contract_ref version customer author date lang author_lastname contact_name contact_address contact_phone contact_email contact_linkedin
Random Dev Project
Support tickets
DEV_random_support
Fixing Stuff
Design and such
System Architecture Document
2021-01-30
blabla-1.23.45
1.0.0-DRAFT
Some Fancy Company
Bob De Houwer
2021-01-30
en
DE HOUWER
Stijn Dejongh
12 Courier Lane
+32 (0) 123-456
linkedin.com/in/stijn-dejongh

Document Overview

Document Metadata

Here is some text in a text editor :). The markdown does not include any special formatting, apart from the titles.

FizzBuzz in Java 8

    IntStream.rangeClosed(1, n)
        .mapToObj(
            i -> i % 3 == 0 
                ? (i % 5 == 0 ? "FizzBuzz " : "Fizz ") 
                : (i % 5 == 0 ? "Buzz " : i+" ")
        )
        .forEach(System.out::print);

Document Structure

Add some information about the document structure here. This is a very important document, and you should read it super carefully.


Project Description

We are building an awesome thing for our customer. Hopefully, they will be very happy/

Context

Goals & Constraints

Functional Requirements

Non-Functional Requirements

Key Performance Indicators

Introduction

KPI's