From f33eb25119b21fcceb93378455e69f65142b03bc Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Sat, 12 Aug 2023 09:31:09 +0300 Subject: [PATCH] rm warning --- docs/3.0/licensing.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/3.0/licensing.md b/docs/3.0/licensing.md index c6f41ccd..ad52e3ae 100644 --- a/docs/3.0/licensing.md +++ b/docs/3.0/licensing.md @@ -26,12 +26,6 @@ You can see your license keys on your [licenses](https://avohq.io/licenses) page After you purchase an Avo license, add it to your `config/initializers/avo.rb` file on the `license_key`, and change the license type from `community` to `pro`. -:::warning Advanced license -If you own an advanced license you can be tempted to use `config.license = 'advanced'`, that can potentially result in certain features, such as authorization, malfunctioning. - -Please keep `config.license = 'pro'` for both, `pro` & `advanced` licenses. -::: - ```ruby{3-4} # config/initializers/avo.rb Avo.configure do |config|