diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html index 18835563..31b8b13f 100644 --- a/_includes/docs-sidebar.html +++ b/_includes/docs-sidebar.html @@ -6,6 +6,7 @@

Overview

  • Upgrade to v8
  • Overview
  • FAQ
  • +
  • Demo WebApp with RESTHeart
  • Performances
  • Roadmap
  • Framework Tutorial
  • diff --git a/css/fedora.css b/css/fedora.css index 8da2c267..15c39c8d 100644 --- a/css/fedora.css +++ b/css/fedora.css @@ -28,13 +28,10 @@ h2,h3,h4,h5,h6{color:var(--primarycolor) !important;} .title{font-style: normal; font-weight: normal;} a{text-decoration: none;} #toc.toc2 a:link{color:var(--linkcolor);} -blockquote{color:var(--linkcoloralternate) !important} -.quoteblock blockquote:before{color:var(--linkcoloralternate)} /* code{color:var(--white);background-color: var(--highlightcolor) !important} */ mark{background-color: var(--highlightcolor);} /* Text highlighting color */ .highlightcolor {font-family: "Space Mono"; color: var(--highlightcolor) !important; } /* Text highlighting color */ .background-primary{background-color: var(--primarycolor);} - #toc.toc2{background-color:var(--sidebarbackground);} #toctitle{color:var(--white);} diff --git a/docs/mongodb-rest/demo-webapp.html b/docs/mongodb-rest/demo-webapp.html new file mode 100644 index 00000000..f47ea261 --- /dev/null +++ b/docs/mongodb-rest/demo-webapp.html @@ -0,0 +1,142 @@ +--- +title: Demo WebApp +layout: default +menu: mongodb +--- + +
    +
    +

    Post & View Messages

    +

    A simple web app to view and post messages using RESTHeart's built-in REST API on MongoDB.

    +

    Backend made with RESTHeart • Frontend made with Alpine.js and PicocssSource Code

    +
    +
    + +
    +
    + +
    +
    +
    + +
    + +
    + +
    +
    +
    + +

    Post your message

    +
    + +
    + + +
    + +
    + +
    +
    +
    +
    +
    + + + + + + \ No newline at end of file diff --git a/index.md b/index.md index d85abb86..2f8f1de5 100644 --- a/index.md +++ b/index.md @@ -59,16 +59,6 @@ stars-bounce: true }, '#sophiaFrame' ); - -