Skip to content

Commit fa7b5d1

Browse files
committed
Docs - Update
* Draft Comercial Version Documentation
1 parent b3e4f97 commit fa7b5d1

File tree

11 files changed

+320
-232
lines changed

11 files changed

+320
-232
lines changed

docs/guide-comercial/README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::src/main/asciidoc/index.adoc[]

docs/guide-comercial/pom.xml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>io.github.kriolos.opos</groupId>
6+
<artifactId>kriolos-pos-doc</artifactId>
7+
<version>1.0.0-SNAPSHOT</version>
8+
<relativePath>../</relativePath>
9+
</parent>
10+
11+
<artifactId>kriolos-pos-doc-comercial</artifactId>
12+
<packaging>pom</packaging>
13+
<name>Kriolos.POS.Doc.Comercial</name>
14+
<description>Kriolos POS Doc Comercial Guide</description>
15+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[gd-vision]]
2+
== Project's Vision
3+
4+
This version SHOULD provide Long Term Support (LTS) for comercial users.
5+
6+
=== Web Application
7+
8+
9+
* Moderm Web aplication
10+
* REST API
11+
12+
13+
14+
15+
=== Reference
16+
17+
* todo
18+
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Global settings
2+
:ascii-ids:
3+
:encoding: UTF-8
4+
:lang: en
5+
:icons: font
6+
:toc: left
7+
:toclevels: 3
8+
:toclevels: 4
9+
:tabsize: 4
10+
:numbered:
11+
:stem:
12+
13+
14+
[[gd]]
15+
= Comercial Guides
16+
:author: Kriolos Team
17+
:keywords: Kriolos, Opensource, Retail, POS
18+
:description: Kriolos POS Comercial Guide
19+
:revnumber: {app-product-name} {app-version}
20+
:revdate: {last-update-label} {docdatetime}
21+
:version-label!:
22+
:docinfo1:
23+
ifndef::imagesdir[:imagesdir: images]
24+
25+
include::chapters/product-vision.adoc[]
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::index.adoc[]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Directory is required
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Directory is required by plantuml-maven-plugin

docs/guide-devel/src/main/asciidoc/chapters/modeling-overview.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
TODO write overview here
55

6-
=== Data Loader UML
6+
=== Data Loader
77

88
.Data Loader Class Diagram
99
[plantuml]
@@ -55,6 +55,8 @@ SerializerRead <-- SerializerReadBasic
5555
----
5656

5757

58+
=== Ticket Panel
59+
5860
.TicketPanel Class
5961
[plantuml]
6062
----

0 commit comments

Comments
 (0)