SoftwareBrothers / adminjs-dev

Development environment for AdminJS
MIT License
48 stars 26 forks source link

fix building documentation #28

Closed przemyslaw-szejna-sb closed 2 years ago

dziraf commented 2 years ago

Logo needs to be updated to this one: https://docs.adminjs.co/images/logo-adminjs.svg Previous one is in images/logo-reg.svg

dziraf commented 2 years ago

Update base url to index.html from docs.html, i. e.:

             <div class="navigation">
                 <a
-                    href="docs.html"
+                    href="index.html"
                     class="link"
                 >
dziraf commented 2 years ago

Make sure demo link is correct:

[https://admin-bro-example-app-staging.herokuapp.com/admin/login](https://admin-bro-example-app-staging.herokuapp.com/admin/login)

demo.adminjs.co doesn't work

przemyslaw-szejna-sb commented 2 years ago

Update base url to index.html from docs.html, i. e.:

             <div class="navigation">
                 <a
-                    href="docs.html"
+                    href="index.html"
                     class="link"
                 >

Fixed by removing landing property from jsdoc.json