diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index d3d69954..e54aab3f 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -15,22 +15,22 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Set up Python 3.9 - uses: actions/setup-python@v2 - with: - python-version: 3.9 - - name: Install dependencies - run: | - python -m pip install --upgrade pip - - name: Run build script - run: | - ./build-docs.sh - - name: Deploy to github pages - # run this step only if its a push on the master(main) branch - # and not a PR from a fork - if: github.event_name == 'push' - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./site + - uses: actions/checkout@v2 + - name: Set up Python 3.9 + uses: actions/setup-python@v2 + with: + python-version: 3.9 + - name: Install dependencies + run: | + python -m pip install --upgrade pip + - name: Run build script + run: | + ./build-docs.sh + - name: Deploy to github pages + # run this step only if its a push on the master(main) branch + # and not a PR from a fork + if: github.event_name == 'push' + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./site diff --git a/docs-md/users/quickstart.md b/docs-md/users/quickstart.md index edd2dda5..c7c678a3 100644 --- a/docs-md/users/quickstart.md +++ b/docs-md/users/quickstart.md @@ -74,13 +74,6 @@ timeline screenshot. ![Timeline](../assets/images/timeline-screen.png) -### Ambianic Premium Services - -Ambianic provides premium value added services at a fixed price of $5 for users want to -get extra pre-configured features from Ambianic in the quickest time possible. - -Read on: [Using Ambianic Premium Services](premium-services.md) - ### Pairing Ambianic UI with Ambianic Edge You can easily pair up your Ambianic UI with Ambianic Edge. It works similar to Airdrop. @@ -105,6 +98,12 @@ The pairing information is persisted on your Ambianic UI client device and you c When you are ready to explore more advanced capabilities, continue to the next section. +### Ambianic Premium Services + +Ambianic provides premium value added services such as email notifications for users who prefer the convenience of automatic integration with third party cloud services. + +Read on: [Using Ambianic Premium Services](premium-services.md) + ### Configuration Ambianic provides flexible configuration options via a configuration YAML file. You can customize: pipelines, input sources, AI models, notification channels and more. diff --git a/mkdocs.yml b/mkdocs.yml index d9e6f388..97d2520c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,7 @@ nav: - Quick Start: users/quickstart.md - Ambianic Box: users/ambianicbox.md - Configuration: users/configure.md + - Premium Services: users/premium-services.md # - FAQ: users/faq.md # - Web UI: users/webui.md # - Mobile UI: users/mobileui.md @@ -34,7 +35,10 @@ nav: - p2p architecture: https://webrtchacks.com/private-home-surveillance-with-the-webrtc-datachannel/ - peerjs-python: https://github.com/ambianic/peerjs-python - ambianic-pnp: https://github.com/ambianic/ambianic-pnp - + - Premium Service Cloud API: + - Cloud API Documentation: https://github.com/vickywane/ambianic-subscriptions.github.io/tree/main/openapi-docs#installation + - OpenAPI Documentation: https://ambianic.github.io/ambianic-subscriptions.github.io/ + theme: name: mkdocs custom_dir: custom_theme/