diff --git a/docs/about.md b/docs/about.md index 91483092e..f972313a2 100644 --- a/docs/about.md +++ b/docs/about.md @@ -2,7 +2,7 @@ ## Who maintains BunkerWeb ? -BunkerWeb is maintained by [Bunkerity](https://www.bunkerity.com), a French 🇫🇷 company specialized in Cybersecurity 🛡️. +BunkerWeb is maintained by [Bunkerity](https://www.bunkerity.com?utm_campaign=self&utm_source=doc), a French 🇫🇷 company specialized in Cybersecurity 🛡️. ## Do you offer professional services ? diff --git a/docs/concepts.md b/docs/concepts.md index d2ee98d4e..52252820e 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -48,7 +48,7 @@ USE_BROTLI=no !!! info "Settings generator tool" - To help you tune BunkerWeb, we offer an easy-to-use settings generator tool available at [config.bunkerweb.io](https://config.bunkerweb.io). + To help you tune BunkerWeb, we offer an easy-to-use settings generator tool available at [config.bunkerweb.io](https://config.bunkerweb.io?utm_campaign=self&utm_source=doc). ## Multisite mode diff --git a/docs/index.md b/docs/index.md index d653b7980..a09e870fb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -57,7 +57,7 @@ To delve deeper into the core security features, we invite you to explore the [s

-A demo website protected with BunkerWeb is available at [demo.bunkerweb.io](https://demo.bunkerweb.io). Feel free to visit it and perform some security tests. +A demo website protected with BunkerWeb is available at [demo.bunkerweb.io](https://demo.bunkerweb.io?utm_campaign=self&utm_source=doc). Feel free to visit it and perform some security tests. ## Professional services @@ -65,4 +65,4 @@ Get the most of BunkerWeb by getting professional services directly from the mai You will find more information by visiting the [BunkerWeb Panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc), our dedicated platform for professional services. -Don't hesitate to [contact us](https://panel.bunkerweb.io/contact.php?utm_campaign=self&utm_source=doc) if you have any question, we will be more than happy to respond to your needs. \ No newline at end of file +Don't hesitate to [contact us](https://panel.bunkerweb.io/contact.php?utm_campaign=self&utm_source=doc) if you have any question, we will be more than happy to respond to your needs. diff --git a/docs/json2md.py b/docs/json2md.py index 2a0fa478e..daf052292 100755 --- a/docs/json2md.py +++ b/docs/json2md.py @@ -39,7 +39,7 @@ doc = StringIO() print("# Settings\n", file=doc) print( - '!!! info "Settings generator tool"\n\n To help you tune BunkerWeb, we have made an easy-to-use settings generator tool available at [config.bunkerweb.io](https://config.bunkerweb.io).\n', + '!!! info "Settings generator tool"\n\n To help you tune BunkerWeb, we have made an easy-to-use settings generator tool available at [config.bunkerweb.io](https://config.bunkerweb.io?utm_campaign=self&utm_source=doc).\n', file=doc, ) print( diff --git a/docs/professional-services.md b/docs/professional-services.md index bde5989c3..a5fde998c 100644 --- a/docs/professional-services.md +++ b/docs/professional-services.md @@ -8,7 +8,7 @@ But dedicating time to a specific technology may not be easy depending on your b Getting professional services in addition to the open-source solution is the ideal solution to cover your business needs. You can focus on your top priorities and rely on a trusted partner when it comes to web security. -Please note that professionnal services are directly offered by [Bunkerity](https://www.bunkerity.com), the company maintaining the BunkerWeb project, through our [BunkerWeb Panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) online platform. +Please note that professionnal services are directly offered by [Bunkerity](https://www.bunkerity.com?utm_campaign=self&utm_source=doc), the company maintaining the BunkerWeb project, through our [BunkerWeb Panel](https://panel.bunkerweb.io/?utm_campaign=self&utm_source=doc) online platform. ## Which professional services do you offer ? @@ -19,6 +19,7 @@ According to your needs you have the choice between "one time" and subscriptions One important thing to note is that the support service is based on "credit" system where you pay for a number of support hours dedicated for you. Time passed on your requests will be deducted to your credit. In other words, you only pay for real time dedicated to your needs. In addition to the support service, we also offer custom services around the BunkerWeb solution to meet your specific needs : + - Consulting : a dedicated expert will give you advices on your project - Development : if you need specific features in BunkerWeb, we can do it for you diff --git a/docs/settings.md b/docs/settings.md index 95693794d..236421be1 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -2,7 +2,7 @@ !!! info "Settings generator tool" - To help you tune BunkerWeb, we have made an easy-to-use settings generator tool available at [config.bunkerweb.io](https://config.bunkerweb.io). + To help you tune BunkerWeb, we have made an easy-to-use settings generator tool available at [config.bunkerweb.io](https://config.bunkerweb.io?utm_campaign=self&utm_source=doc). This section contains the full list of settings supported by BunkerWeb. If you are not yet familiar with BunkerWeb, you should first read the [concepts](concepts.md) section of the documentation. Please follow the instructions for your own [integration](integrations.md) on how to apply the settings.