Skip to content

Commit

Permalink
Docs - Update
Browse files Browse the repository at this point in the history
* Draft Comercial Version Documentation
  • Loading branch information
poolborges committed Oct 30, 2023
1 parent b3e4f97 commit fa7b5d1
Show file tree
Hide file tree
Showing 11 changed files with 320 additions and 232 deletions.
1 change: 1 addition & 0 deletions docs/guide-comercial/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include::src/main/asciidoc/index.adoc[]
15 changes: 15 additions & 0 deletions docs/guide-comercial/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.kriolos.opos</groupId>
<artifactId>kriolos-pos-doc</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<artifactId>kriolos-pos-doc-comercial</artifactId>
<packaging>pom</packaging>
<name>Kriolos.POS.Doc.Comercial</name>
<description>Kriolos POS Doc Comercial Guide</description>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[gd-vision]]
== Project's Vision

This version SHOULD provide Long Term Support (LTS) for comercial users.

=== Web Application


* Moderm Web aplication
* REST API




=== Reference

* todo

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/guide-comercial/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Global settings
:ascii-ids:
:encoding: UTF-8
:lang: en
:icons: font
:toc: left
:toclevels: 3
:toclevels: 4
:tabsize: 4
:numbered:
:stem:


[[gd]]
= Comercial Guides
:author: Kriolos Team
:keywords: Kriolos, Opensource, Retail, POS
:description: Kriolos POS Comercial Guide
:revnumber: {app-product-name} {app-version}
:revdate: {last-update-label} {docdatetime}
:version-label!:
:docinfo1:
ifndef::imagesdir[:imagesdir: images]

include::chapters/product-vision.adoc[]

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include::index.adoc[]
1 change: 1 addition & 0 deletions docs/guide-comercial/src/main/images/.placeholder
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Directory is required
1 change: 1 addition & 0 deletions docs/guide-comercial/src/main/plantuml/.placeholder
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Directory is required by plantuml-maven-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

TODO write overview here

=== Data Loader UML
=== Data Loader

.Data Loader Class Diagram
[plantuml]
Expand Down Expand Up @@ -55,6 +55,8 @@ SerializerRead <-- SerializerReadBasic
----


=== Ticket Panel

.TicketPanel Class
[plantuml]
----
Expand Down
Loading

0 comments on commit fa7b5d1

Please sign in to comment.