Skip to content

Commit

Permalink
Update generation page to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Oct 11, 2018
1 parent 463602a commit 4775d1c
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 287 deletions.
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<link rel="stylesheet" type="text/css" href="lib/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="styles.css"/>

<title>Ktor Project Generator (0.2.3)</title>
<title>Ktor Project Generator (0.3.1)</title>
</head>
<body>

<header class="navbar navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#"><img src="ktor_logo_box.svg"
style="width:1.6em;height:1.6em;padding-right:0.5em;"/>Ktor Project Generator (0.2.3)</a>
style="width:1.6em;height:1.6em;padding-right:0.5em;"/>Ktor Project Generator (0.3.1)</a>
</header>

<div class="container-fluid" style="margin-top:84px;">
Expand All @@ -29,6 +29,7 @@ <h4>Configuration</h4>
<div class="form-group">
<select id="project-type" class="form-control">
<option value="gradle">Gradle project</option>
<option value="gradle-kotlin-dsl">Gradle with Kotlin DSL project</option>
<option value="maven">Maven project</option>
</select>
</div>
Expand Down
Loading

0 comments on commit 4775d1c

Please sign in to comment.