-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from FriendlyCaptcha/consolidated
Create a consolidated docs site that incorporates the v1 docs into the v2 site
- Loading branch information
Showing
66 changed files
with
4,118 additions
and
2,017 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Overview | ||
|
||
# Server-side Validation | ||
|
||
## [**Authentication**](./authentication.md) | ||
[Authentication](./authentication.md) is how you prove to our servers that it's you making the request. You generally use API keys for that. | ||
|
||
## Endpoints | ||
|
||
### [`/api/v2/captcha/siteverify`](./endpoints/siteverify.md) | ||
### [`/api/v2/captcha/siteverify`](./siteverify.md) | ||
The **Siteverify** endpoint is used to verify the captcha responses you receive from your users. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 3 additions & 6 deletions
9
docs/getting-started/introduction.md → docs/getting-started/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Introduction | ||
# Getting Started | ||
|
||
Friendly Captcha is a service that protects your websites and applications from automated abuse. | ||
|
||
This guide shows you how to add our widget to your website to fight spam with little impact to your user's experience. | ||
|
||
**Integration usually takes around than 10 minutes to complete.** | ||
**Integration has 3 steps and usually takes around 10 minutes to complete.** | ||
|
||
## Create an account | ||
|
||
To add Friendly Captcha to your website you will need to [**sign up for an account at Friendly Captcha**](https://friendlycaptcha.com/signup). | ||
|
||
:::tip Try before you commit | ||
We offer a free 30-day trial, _no credit card required_. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Create a sitekey | ||
|
||
Log in to your Friendly Captcha account and head to the [Applications](https://app.friendlycaptcha.eu/dashboard/accounts/-/apps) page. | ||
|
||
Click **Create New Application** and enter the necessary details. | ||
|
||
After you've created the application, take note of the **sitekey** value under the application name—we'll need it in the next step. | ||
|
||
:::tip Did you know? | ||
|
||
A sitekey always starts with the characters `FC`. | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 1 addition & 5 deletions
6
docs/sdk/advanced/browser-support.md → docs/guides/browser-support.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# Guides | ||
|
||
## Advanced | ||
|
||
* [Widget Language](./localization.md) | ||
* [Browser Support](./browser-support) | ||
* [Automated testing](./automated-testing) | ||
* [Content Security Policy](./csp) | ||
|
||
## Migration Guides | ||
|
||
* [Switch from Google reCAPTCHA](./migrating-from-recaptcha.md) to Friendly Captcha. | ||
* [Switch from hCaptcha](./migrating-from-hcaptcha.md) to Friendly Captcha. | ||
|
||
## Upgrading from v1 to v2 | ||
* [Upgrade from Friendly Captcha v1 to v2](./upgrading-to-v2/introduction.md) | ||
* [Upgrade from Friendly Captcha v1 to v2](./upgrading-from-v1/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Upgrading from v1 to v2 | ||
|
||
This guide describes how to upgrade from v1 to v2 of Friendly Captcha. | ||
|
||
To learn more about the ways v2 improves upon v1, and why upgrading is worth the effort, [**click here**](/docs/v2/versions#whats-new-in-v2). | ||
|
||
## Changes to your website (front-end changes) | ||
|
||
### Script tag installation | ||
|
||
If you installed Friendly Captcha to your website by adding a `<script>` tag, follow [this guide](./script). | ||
|
||
### Programmatic JavaScript API | ||
|
||
If you are using the Javascript API to programmatically create widgets, please follow [this guide](./javascript-api). | ||
|
||
:::tip | ||
|
||
If you are using a [plugin or library](/integrations) that adds Friendly Captcha to your framework or CMS, usually you only have to update your plugin. | ||
|
||
We are working on bringing v2 support to all popular languages and frameworks. | ||
|
||
::: | ||
|
||
## Back-end changes | ||
|
||
You will also need to make small changes to your back-end code. These are described in [this guide](./backend-integration). |
Oops, something went wrong.