The-EDev
4336df67b2
added missing information and improved stylesheets for dark mode
2022-07-09 04:31:42 +03:00
The-EDev
94a05b854a
changed functionality to avoid circular include
2022-05-21 12:32:32 +03:00
The-EDev
564b070d5f
Made test port static and replaced REQUIRE
with CHECK
and if
...
Using port 0 seems to cause the test to be blocked
Also added methods and status codes to Crow's documentation
2022-05-18 15:57:46 +03:00
konrad
7e4f57486c
Add extra log when status code is not defined.
...
Just to document behaviour when returning status that is
not well-known.
2022-05-18 15:57:46 +03:00
The-EDev
21cdd5cac2
improved "introduced in" statements
2022-05-13 00:49:52 +03:00
The-EDev
f52ba6120e
updated documentation version and license year
2022-03-30 15:41:38 +03:00
The-EDev
a3c1af4b29
updated documentation in mkdocs and doxygen
2022-03-24 01:55:46 +03:00
Meet Gor
615cb8a5d7
changes after review
2021-12-08 13:01:08 +05:30
Mr-Destructive
943bc82819
Fixed typos in docs/guides
2021-12-08 10:39:55 +05:30
The-EDev
2665086a49
multiple docs changes:
...
Added meta tags for homepage
Added meta description generator
Removed usages of <h1> (mkdocs-material doesn't reconize more than 1)
added space after # (markdown proper syntax)
removed pip3 command from pull request CI
2021-11-06 11:54:29 +03:00
Farook Al-Sammarraie
72e33c743e
Merge branch 'master' into revamped_setup
2021-10-02 17:29:07 +03:00
The-EDev
a031fb6c8e
added status codes enum
2021-09-30 20:38:23 +03:00
The-EDev
db18647cb3
Added updated setup instructions (kept old instructions as "legacy")
2021-09-30 01:43:50 +03:00
The-EDev
8617aaf6a9
Made several changes to docs
...
- Added landing page
- Changed theme completely
- Added donate button
- Added social media picture and description (OpenGraph)
- Added version tag to any feature introduced after v0.1
2021-08-13 03:49:34 +03:00
The-EDev
f779a0f8a4
changed catchall to fit with the rest of crow
...
the macro is similar to CROW_ROUTE, added example to cmake, added unit test, and documentation
2021-04-12 08:25:09 +03:00
The-EDev
223ab5eb9f
added note regarding HEAD and OPTIONS methods in documentation
2021-04-03 06:06:09 +03:00
The-EDev
9db47120e7
added documentation
...
also removed extra header meant for testing
2020-12-19 14:30:20 +03:00
ayaankhan98
0bca73dbf6
added missing <br>
2020-12-03 18:16:19 +05:30
ayaankhan98
6c9b7e18a4
fix: docs routes.md
2020-12-03 12:48:58 +05:30
The-EDev
ca642a87cd
Updated all URLs for migration and to fix mkdocs
2020-11-30 23:05:55 +03:00
The-EDev
870fde9085
fixed typos and added missing parts
2020-11-28 22:48:09 +03:00
The-EDev
23648445f3
Changed documentation. a lot.
...
Added mkdocs documentation.
Altered doxygen generation (doxyfile and shell script) to work with mkdocs.
Removed the whole html folder thing for docs, now the files reside in the root gh-pages branch.
New readme.
2020-11-28 17:28:47 +03:00