mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-06 12:11:13 +00:00
README; Website
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[](https://javadoc.io/doc/tech.ailef/spring-boot-db-admin)
|
||||
[](https://javadoc.io/doc/tech.ailef/snap-admin)
|
||||
|
||||
> 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
|
||||
|
@@ -69,7 +69,7 @@
|
||||
</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>
|
||||
<h2 id="getting-started">2. Getting started</h2>
|
||||
<p>Getting started with SnapAdmin requires including it as a dependency and minimal configuration.</p>
|
||||
|
@@ -19,14 +19,14 @@
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<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 class="nav-item ms-2">
|
||||
<a class="nav-link" href="#features">Features</a>
|
||||
</li>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -41,7 +41,7 @@
|
||||
<img src="screenshot.png" alt="Project Screenshot" class="img-fluid rounded">
|
||||
<div class="mt-4">
|
||||
<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>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user