diff --git a/Dockerfile b/Dockerfile index 0acaa8c..eb0e8cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,16 @@ FROM ruby:3.3.4-slim RUN apt-get -y update && apt-get install -y build-essential ruby-dev -COPY docs /docs - WORKDIR /docs -RUN bundle update && bundle install +# Copy Gemfile and Gemfile.lock to install dependencies +COPY docs/Gemfile docs/Gemfile.lock ./ + +# Install Ruby gems +RUN bundle install +# Expose ports EXPOSE 4000 80 -CMD bundle exec jekyll serve -H 0.0.0.0 -P 4000 \ No newline at end of file + +# Run Jekyll server with watch option for real-time updates +CMD bundle exec jekyll serve -H 0.0.0.0 -P 4000 --watch \ No newline at end of file diff --git a/README.md b/README.md index 859fe6e..757aa7f 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Please refer to our [Contributing Guidelines](/CONTRIBUTING.md). 3. Run `cd docs`. 4. Run `bundle install`. 5. Run `bundle exec jekyll serve`. -6. Browse to http://localhost:4000. +6. Browse to . ## Run with Docker 1. Clone the repository. 2. Install [Docker](https://docs.docker.com/get-docker/). 3. Run `make build` or `docker build --tag insomnia-docs:latest .`. -4. Run `make run` or `docker run -it --rm -p 4000:4000 insomnia-docs:latest`. -5. Browse to http://localhost:4000. +4. Run `make run` or `docker run --rm -it -p 4000:4000 -v ${PWD}/docs:/docs insomnia-docs:latest`. +5. Browse to . diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 38e2c24..acda35b 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,38 +1,43 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.4) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.15.5) + ffi (1.17.0-aarch64-linux-gnu) forwardable-extended (2.6.0) + google-protobuf (4.28.1-aarch64-linux) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) - i18n (1.10.0) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-feed (0.16.0) jekyll (>= 3.7, < 5.0) - jekyll-sass-converter (2.2.0) - sassc (> 2.0.1, < 3.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) @@ -41,8 +46,8 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) + liquid (4.0.4) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -52,25 +57,28 @@ GEM jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.7) - rb-fsevent (0.11.1) - rb-inotify (0.10.1) + public_suffix (6.0.1) + rake (13.2.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (3.28.0) + rexml (3.3.7) + rouge (4.4.0) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) + sass-embedded (1.79.1-aarch64-linux-gnu) + google-protobuf (~> 4.27) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.6.0) + webrick (1.8.1) PLATFORMS + aarch64-linux universal-darwin-20 universal-darwin-21 DEPENDENCIES - jekyll (~> 4.2.0) + jekyll (~> 4.3.0) jekyll-feed (~> 0.12) minima (~> 2.5) tzinfo (~> 1.2) diff --git a/docs/_data/main-nav.yaml b/docs/_data/main-nav.yaml index 888233b..ea66449 100644 --- a/docs/_data/main-nav.yaml +++ b/docs/_data/main-nav.yaml @@ -43,6 +43,14 @@ toc: url: /insomnia/enterprise-ip-whitelist-guide - title: Transfer enterprise organizations and license url: /insomnia/transfer-ownership-organization + - title: Multiple Owners + url: /insomnia/multiple-owners + - title: Manage Domains + url: /insomnia/manage-domains + - title: Invite Controls + url: /insomnia/invite-control + - title: Storage Controls + url: /insomnia/storage-control - title: Insomnia Subscription Plans collapse-id: subscriptions items: @@ -129,6 +137,8 @@ toc: url: /insomnia/authentication - title: Client Certificates url: /insomnia/client-certificates + - title: Collection Runner + url: /insomnia/collection-runner - title: Generate Code Snippet url: /insomnia/generate-code-snippet - title: Cookie Management @@ -158,6 +168,11 @@ toc: url: /insomnia/hooks-and-actions - title: Custom Themes url: /insomnia/custom-themes + - title: AI Powered Features + collapse-id: ai-powered-features + items: + - title: AI Runner + url: /insomnia/ai-runner - title: Troubleshooting collapse-id: troubleshooting items: diff --git a/docs/assets/images/ai-runner-cache-threshold.png b/docs/assets/images/ai-runner-cache-threshold.png new file mode 100644 index 0000000..9469657 Binary files /dev/null and b/docs/assets/images/ai-runner-cache-threshold.png differ diff --git a/docs/assets/images/ai-runner-guardrails.png b/docs/assets/images/ai-runner-guardrails.png new file mode 100644 index 0000000..8272aae Binary files /dev/null and b/docs/assets/images/ai-runner-guardrails.png differ diff --git a/docs/assets/images/ai-runner-intro.png b/docs/assets/images/ai-runner-intro.png new file mode 100644 index 0000000..586ed43 Binary files /dev/null and b/docs/assets/images/ai-runner-intro.png differ diff --git a/docs/assets/images/collection-run-button.png b/docs/assets/images/collection-run-button.png new file mode 100644 index 0000000..061a88b Binary files /dev/null and b/docs/assets/images/collection-run-button.png differ diff --git a/docs/assets/images/collection-run-request-order.png b/docs/assets/images/collection-run-request-order.png new file mode 100644 index 0000000..278c7b7 Binary files /dev/null and b/docs/assets/images/collection-run-request-order.png differ diff --git a/docs/assets/images/collection-run-test-results.png b/docs/assets/images/collection-run-test-results.png new file mode 100644 index 0000000..79a733d Binary files /dev/null and b/docs/assets/images/collection-run-test-results.png differ diff --git a/docs/assets/images/collection-runner-preview-data.png b/docs/assets/images/collection-runner-preview-data.png new file mode 100644 index 0000000..e2df5d9 Binary files /dev/null and b/docs/assets/images/collection-runner-preview-data.png differ diff --git a/docs/assets/images/domain-verify-example.png b/docs/assets/images/domain-verify-example.png new file mode 100644 index 0000000..81a1bbe Binary files /dev/null and b/docs/assets/images/domain-verify-example.png differ diff --git a/docs/assets/images/example-storage-control.png b/docs/assets/images/example-storage-control.png new file mode 100644 index 0000000..fc709be Binary files /dev/null and b/docs/assets/images/example-storage-control.png differ diff --git a/docs/assets/images/folder-level-environment.png b/docs/assets/images/folder-level-environment.png new file mode 100644 index 0000000..4715139 Binary files /dev/null and b/docs/assets/images/folder-level-environment.png differ diff --git a/docs/assets/images/invite-control-allowed-domains.png b/docs/assets/images/invite-control-allowed-domains.png new file mode 100644 index 0000000..66756ac Binary files /dev/null and b/docs/assets/images/invite-control-allowed-domains.png differ diff --git a/docs/assets/images/invite-control-intro.png b/docs/assets/images/invite-control-intro.png new file mode 100644 index 0000000..1c069f5 Binary files /dev/null and b/docs/assets/images/invite-control-intro.png differ diff --git a/docs/assets/images/invite-control-setup-example.png b/docs/assets/images/invite-control-setup-example.png new file mode 100644 index 0000000..8dd15c2 Binary files /dev/null and b/docs/assets/images/invite-control-setup-example.png differ diff --git a/docs/assets/images/invite-control-start.png b/docs/assets/images/invite-control-start.png new file mode 100644 index 0000000..9a2a4aa Binary files /dev/null and b/docs/assets/images/invite-control-start.png differ diff --git a/docs/assets/images/manage-domains.png b/docs/assets/images/manage-domains.png new file mode 100644 index 0000000..e248f47 Binary files /dev/null and b/docs/assets/images/manage-domains.png differ diff --git a/docs/assets/images/multiple-owner-options.png b/docs/assets/images/multiple-owner-options.png new file mode 100644 index 0000000..5907f41 Binary files /dev/null and b/docs/assets/images/multiple-owner-options.png differ diff --git a/docs/assets/images/multiple-owners-coowners.png b/docs/assets/images/multiple-owners-coowners.png new file mode 100644 index 0000000..3824ef2 Binary files /dev/null and b/docs/assets/images/multiple-owners-coowners.png differ diff --git a/docs/assets/images/storage-control-options.png b/docs/assets/images/storage-control-options.png new file mode 100644 index 0000000..453facf Binary files /dev/null and b/docs/assets/images/storage-control-options.png differ diff --git a/docs/assets/images/storage-controls-intro.png b/docs/assets/images/storage-controls-intro.png new file mode 100644 index 0000000..b49c75a Binary files /dev/null and b/docs/assets/images/storage-controls-intro.png differ diff --git a/docs/inso-cli/install.md b/docs/inso-cli/install.md index 5f51030..0ff0f29 100644 --- a/docs/inso-cli/install.md +++ b/docs/inso-cli/install.md @@ -22,7 +22,7 @@ To use our single executable options, select your operating system.