Skip to content

Commit

Permalink
doc: create a tutorial for server-side validation with Ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Nov 11, 2023
1 parent 1d74d2f commit 86c4a96
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 8 deletions.
8 changes: 1 addition & 7 deletions documentation/akkurate.tree
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@
<toc-element topic="use-external-sources.md"/>
<toc-element topic="configuration.md"/>
</toc-element>
<!-- <toc-element toc-title="Concepts">-->
<!-- <toc-element toc-title="Validator &amp; Validatable"/>-->
<!-- <toc-element toc-title="The compiler processor"/>-->
<!-- </toc-element>-->
<toc-element toc-title="Tutorials">
<!-- <toc-element toc-title="Handle naming clash"/>-->
<!-- <toc-element toc-title="Domain Model validation"/>-->
<!-- <toc-element toc-title="Action-based validation"/>-->
<toc-element topic="ktor-validation-tutorial.md"/>
</toc-element>
<toc-element topic="migration-guide.md"/>
</instance-profile>
2 changes: 2 additions & 0 deletions documentation/cfg/glossary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
<terms>
<term name="DRY">Don't Repeat Yourself</term>
<term name="DSL">Domain-Specific Language</term>
<term name="DAO">Data Access Object</term>
<term name="ISBN">International Standard Book Number</term>
</terms>
2 changes: 1 addition & 1 deletion documentation/topics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This article will show you how to install %product% and write your first validat
[KSP](https://kotlinlang.org/docs/ksp-overview.html). Follow the installation instructions below, according to your
project structure.

<procedure title="Install in a single-platform project">
<procedure title="Install in a single-platform project" id="single-platform-installation">

<step>
Add KSP to your plugin list; make sure to <a href="https://github.com/google/ksp/releases">use the appropriate
Expand Down
Loading

0 comments on commit 86c4a96

Please sign in to comment.