README; Website

This commit is contained in:
Francesco
2023-11-01 10:31:24 +01:00
parent e0d11e9b7f
commit 22ca87ec01
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
[![javadoc](https://javadoc.io/badge2/tech.ailef/spring-boot-db-admin/javadoc.svg)](https://javadoc.io/doc/tech.ailef/spring-boot-db-admin) [![javadoc](https://javadoc.io/badge2/tech.ailef/snap-admin/javadoc.svg)](https://javadoc.io/doc/tech.ailef/snap-admin)
> The project has been recently renamed from 'Spring Boot Database Admin' to 'SnapAdmin'. > The project has been recently renamed from 'Spring Boot Database Admin' to 'SnapAdmin'.
> If you were already using 'Spring Boot Database Admin' make sure to update your `pom.xml` and other > If you were already using 'Spring Boot Database Admin' make sure to update your `pom.xml` and other

View File

@@ -69,7 +69,7 @@
</p> </p>
<p>On the other hand, this approach requires to interact correctly with all JPA annotations and adapt our behaviour accordingly. This is not an easy task given the large surface area of possible behaviours introduced with annotations and can sometimes introduce bugs. If you encounter problems, please <a href="https://github.com/aileftech/spring-boot-database-admin/issues" target="_blank">report it as an issue on Github</a>.</p> <p>On the other hand, this approach requires to interact correctly with all JPA annotations and adapt our behaviour accordingly. This is not an easy task given the large surface area of possible behaviours introduced with annotations and can sometimes introduce bugs. If you encounter problems, please <a href="https://github.com/aileftech/spring-boot-database-admin/issues" target="_blank">report it as an issue on Github</a>.</p>
<p>The rest of this guide outlines how to install, configure and customize SnapAdmin and, where applicable, it documents known interactions with JPA annotations.</p> <p>The rest of this guide outlines how to install, configure and customize SnapAdmin and, where applicable, it documents known interactions with JPA annotations. If, instead, you are looking for the Javadoc, you can find it <a href="https://javadoc.io/doc/tech.ailef/snap-admin/latest/index.html">here</a>.</p>
<div class="separator"></div> <div class="separator"></div>
<h2 id="getting-started">2. Getting started</h2> <h2 id="getting-started">2. Getting started</h2>
<p>Getting started with SnapAdmin requires including it as a dependency and minimal configuration.</p> <p>Getting started with SnapAdmin requires including it as a dependency and minimal configuration.</p>

View File

@@ -19,14 +19,14 @@
<div class="collapse navbar-collapse" id="navbarNav"> <div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item ms-2"> <li class="nav-item ms-2">
<a class="nav-link" href="#get-started"><i class="bi bi-github"></i> Github</a> <a class="nav-link" href="https://github.com/aileftech/snap-admin"><i class="bi bi-github"></i> Github</a>
</li> </li>
<li class="nav-item ms-2"> <li class="nav-item ms-2">
<a class="nav-link" href="#features">Features</a> <a class="nav-link" href="#features">Features</a>
</li> </li>
<li class="nav-item ms-2"> <li class="nav-item ms-2">
<a class="nav-link" href="https://aileftech.github.io/spring-boot-database-admin/index.html">Documentation</a> <a class="nav-link" href="https://snapadmin.dev/docs">Documentation</a>
</li> </li>
</ul> </ul>
</div> </div>
@@ -41,7 +41,7 @@
<img src="screenshot.png" alt="Project Screenshot" class="img-fluid rounded"> <img src="screenshot.png" alt="Project Screenshot" class="img-fluid rounded">
<div class="mt-4"> <div class="mt-4">
<a href="#get-started" class="btn btn-light btn-lg">Get Started</a> <a href="#get-started" class="btn btn-light btn-lg">Get Started</a>
<a href="#install" class="btn btn-light btn-lg ms-3"><i class="bi bi-github"></i> Github</a> <a href="https://github.com/aileftech/snap-admin" class="btn btn-light btn-lg ms-3"><i class="bi bi-github"></i> Github</a>
</div> </div>
</div> </div>
</header> </header>