Implemented XML Formatter and simplified structure of XML tools #229

Merged
bema merged 33 commits from ref/simplify_xml_tools into master 2023-06-21 14:32:02 +02:00
Showing only changes of commit 0b006d35d5 - Show all commits

View File

@@ -3,7 +3,16 @@
</script>
<template>
<h1 class="text-3xl underline">Landing</h1>
<div class="dark:text-slate-100">
<h1 class="text-3xl">Welcome to Release11 Tools</h1>
<p>Our toolset is split to three main categories:</p>
<ol class="list-decimal ml-10">
<li><strong>XML</strong> - containing various tools that allow to validate and transform any XML</li>
<li><strong>Formatter</strong> - containing tools for formatting text files in various formats</li>
<li><strong>REST</strong> - consist of Mock that allows to create mocked REST endpoint</li>
</ol>
</div>
</template>
<style scoped></style>