diff --git a/docs/website/assets/mrdocs-social.jpg b/docs/website/assets/mrdocs-social.jpg new file mode 100644 index 000000000..7ca421d52 Binary files /dev/null and b/docs/website/assets/mrdocs-social.jpg differ diff --git a/docs/website/index.html b/docs/website/index.html index e6c9bdfea..c300e22ed 100644 --- a/docs/website/index.html +++ b/docs/website/index.html @@ -13,13 +13,15 @@ + + - + - - + + @@ -364,9 +366,8 @@

Parameters

Linear in n. - @return Whether or not n is prime. + @return Whether `n` is prime. @param n The number to test - */ bool is_prime(unsigned long long n) noexcept; @@ -403,7 +404,7 @@

Complexity

Return Value

-Whether or not n is prime. +Whether n is prime.

Parameters

diff --git a/docs/website/robots.txt b/docs/website/robots.txt index c2a49f4fb..128f99bf5 100755 --- a/docs/website/robots.txt +++ b/docs/website/robots.txt @@ -1,2 +1,5 @@ User-agent: * Allow: / + +User-agent: Twitterbot +Disallow: \ No newline at end of file