Skip to content

Commit

Permalink
Hotfix missing deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofkomanec committed Jul 2, 2024
1 parent 5370f04 commit af63329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/more/development/document-templates/specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ Template Metamodels

Here are described the changes in metamodel for template specification as well as :doc:`document context<document-context>` so developers can easily update their templates to a newer metamodel version when needed. It is also possible to check JSON schemas in higher detail, see :doc:`../metamodel-schemas`.

Version 13 (since 4.3.0)
------------------------

* Removed states from templates.

Version 12 (since 4.1.0)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/more/self-hosted-dsw/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ If we are running the client app using “With Docker”, the all we need is to
.. CODE-BLOCK:: javascript
window.dsw = {
apiUrl: 'http://localhost:3000'
apiUrl: 'http://localhost:3000/wizard-api'
}
Custom Logo
Expand Down

0 comments on commit af63329

Please sign in to comment.