Commit Graph

25 Commits

Author SHA1 Message Date
The-EDev 5e8bdaabcf
Updated documentation and badges 2023-06-13 07:54:36 +03:00
Rob Godfrey 3951788918 Fix capitalization and other minor errors 2023-05-28 22:07:08 -10:00
The-EDev 3994bf293c
docs redirect potential fix 2022-11-03 11:42:36 +03:00
The-EDev 5d50db7773
replaced github-square with square-github 2022-11-03 11:27:30 +03:00
The-EDev d599295731 added webpage tutorial and a build command for first app tutorial 2022-06-10 11:52:16 +03:00
The-EDev 21cdd5cac2
improved "introduced in" statements 2022-05-13 00:49:52 +03:00
The-EDev 9a736fafd8
Added mike style versioning support (clear the gh-pages branch before merging this) 2022-05-12 12:42:28 +03:00
The-EDev ee9b5cb04d implemented dark mode, added search, and permalinks 2022-05-09 21:08:02 +03:00
Vladislav Oleshko 84effa5840 Update docs 2022-05-07 12:09:22 +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
The-EDev 05274f1900
update site copyright 2022-01-12 06:17:36 +03:00
The-EDev b309bda160
Updated documentation:
added auth guide
updated macos setup
2021-12-03 06:38:14 +03:00
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
The-EDev 20a2a83e69 added getting_started URL redirection 2021-10-06 13:34:37 +03:00
The-EDev 278540ec60 Updated site:
Added analytics via matomo (analytics hosted on my personal site), also added privacy policy page with link in footer
Updated code colors to match light theme
Added display for Crow's financial supporters on OpenCollective
Fixed Sidebar issue on narrow screens
Fixed Get crow Icons being misaligned
2021-09-30 01:49:08 +03:00
The-EDev db18647cb3 Added updated setup instructions (kept old instructions as "legacy") 2021-09-30 01:43:50 +03:00
The-EDev c69342ed69 added missing changes to README and mkdocs.yml 2021-08-13 04:00:28 +03:00
The-EDev addcce9e93 small fixes, optimizations, and documentation 2021-07-30 13:09:01 +03:00
The-EDev 2dde0ac950 updated documentation to fix a few mistakes, clear up a few points, and added compression guide 2021-06-03 17:12:48 +03:00
The-EDev f39b9ddce7 Quality of life improvements
Added pop() method to query_string, same as get(), but removes the item from the querystring
Added std::string() operator to json::rvalue (allows std::string(json["abc"]), which returns any value that isn't a container to string)
Added lo() method to json::rvalue, returns a vector of json::rvalue containing whatever a json object or list has (difference being a list has no keys)
Added keys() method to json::rvalue, returns a vector of std::string containing the keys of a json object
Made json::wvalue use either std::map or std::unordered_map instead of just std::unordered_map
Added copy constructor to json::wvalue
Added size() method to json::wvalue, returns 1 or the size of the json list.
Added constructor to create json::wvalue from std::vector
Added keys() method to query_string
Documented query_string and improved json doc
Made tests and examples for all the additions
2021-05-12 15:45:55 +03:00
The-EDev 7ee3439800 added documentation for testing, proxies, and systemd setup 2021-01-05 08:59:32 +03:00
The-EDev ca642a87cd Updated all URLs for migration and to fix mkdocs 2020-11-30 23:05:55 +03:00
The-EDev 9b3acc57e3 patch for mkdocs, worked on my repo, not sure if it'll work here 2020-11-30 01:33:06 +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