diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 76a91a3d..920d0874 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/3.x/.doctrees/environment.pickle b/3.x/.doctrees/environment.pickle index 2a8daac9..1dd6f4db 100644 Binary files a/3.x/.doctrees/environment.pickle and b/3.x/.doctrees/environment.pickle differ diff --git a/3.x/_static/styles/custom.css b/3.x/_static/styles/custom.css index a2004389..19289a19 100644 --- a/3.x/_static/styles/custom.css +++ b/3.x/_static/styles/custom.css @@ -430,7 +430,6 @@ button.dropbtn:hover { .how-to-anchor { visibility:hidden; height: 0px; - padding-top: 70px !important; } @@ -1723,6 +1722,10 @@ div.d-flex.col-lg-2.col-md-4.col-sm-6.col-xs-12.docutils{ .code-block-caption .caption-text:before, .alan-caption .caption-text:before, button.copybtn { top: -25px; } + + .docs { + border-left: 0px !important; + } @media (max-width: 67em) { diff --git a/3.x/client-api/android/android-api/index.html b/3.x/client-api/android/android-api/index.html index e1d4c175..0f13d3fc 100644 --- a/3.x/client-api/android/android-api/index.html +++ b/3.x/client-api/android/android-api/index.html @@ -554,8 +554,8 @@

Step 1. Add the Alan AI SDK dependency - -

Do the following:

    @@ -572,8 +572,8 @@

    Step 1. Add the Alan AI SDK dependency -

    Do the following:

      @@ -656,8 +656,8 @@

      Step 3. Add the AlanConfig object - -
      @@ -681,8 +681,8 @@

      Step 3. Add the AlanConfig object -
      @@ -712,8 +712,8 @@

      Step 4. Connect to the Alan AI Studio projectsetProjectId of MainActivity, provide the Alan AI SDK Key for your project in Alan Studio. To get the key, in Alan AI Studio, at the top of the code editor click Integrations and copy the key value from the Alan SDK Key field.

      - -
      @@ -736,8 +736,8 @@

      Step 4. Connect to the Alan AI Studio project -
      @@ -782,8 +782,8 @@

      Using client API methods

      Use the setVisualState() method to inform the AI assistant about the app’s visual context. For details, see setVisualState().

      - -