Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions docs/_preview/config/_default/hugo.toml

This file was deleted.

23 changes: 23 additions & 0 deletions docs/_preview/hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
baseURL = 'https://spine.io/'
languageCode = 'en-us'
title = 'Documentation preview'
disableKinds = ['taxonomy', 'term']

[module]
# First theme has higher priority than later ones.
[[module.imports]]
path = '../..'
[[module.imports]]
path = 'github.com/SpineEventEngine/site-commons'

# Enables HTML rendering in markdown files.
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.highlight]
noClasses = false
37 changes: 0 additions & 37 deletions docs/content/docs/1/_index.md

This file was deleted.

37 changes: 35 additions & 2 deletions docs/content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
---
build:
render: never
title: Documentation
headline: Documentation
---

# Welcome

{{% note-block class="lead" %}}
Welcome to the Spine developer documentation. This page gives
the overview of the documentation sections.
{{% /note-block %}}

## [Quick Start](docs/quick-start/)
In this section you can learn what it's like to develop with Spine by going
through the code of the [Hello World]({{% get-site-data "repositories.examples" %}}/hello/)
example.

## [Introduction](docs/introduction/)
This section gives an overview of the development process, the architecture of
the Spine-based application, information on DDD concepts implemented by the
framework and how framework users deal with them.

## [Guides](docs/guides/validation)
This section provides detailed instructions on the framework use.

## [Client Libraries](docs/client-libs/)
This section provides language-specific guides for building client-side applications.

## [API Reference](docs/reference/)
This sections provides links to the generated documentation.

## [Examples](docs/examples/)
This page is the entry point for learning from the code of
the [example applications]({{% get-site-data "repositories.examples" %}}).

## [DDD Resources](docs/resources/)
A brief selection of learning materials we recommend to the colleagues in DDD.
2 changes: 1 addition & 1 deletion docs/data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docs:
- version_id: "1"
label: 1.9.0
content_path: docs/1
content_path: docs
route_url: docs
is_main: true
switcher:
Expand Down