We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add a qrcode image
Fix typo (#85)
typo: fix code block formatting (#84)
translate drogon_ctl in vcpkg from CHI (#83)
feat(copy-button): Add copy button to enable copying code from docs. (#82) - Integrated the `docsify-copy-code@2` library for enhanced copy-to-clipboard functionality. - Added script tags to customize the default button text, changing "Copy to clipboard" to "Copy" with appropriate success and error messages.
add vietnamese (#81) Co-authored-by: phungvi <phungvi@lgcns.com>
Fix: fix links of header/footer of pages, and more (#80)
Consolidate Docs To Their Own Folders (Fix Docs Routing) (#78)
Update index.html (#75) typo broken path
Consolidate Lanuages To Their Own Folders (#74)
Add File handler reference (#73) * Adding file handle example in req references * Adding reference to file handler (MultiPartParser)
Update (#72) ProTankerAlfa First-time contributor ProTankerAlfa commented 7 hours ago (only english version) Adding Next prefix and remove number in bottom link Remove Link to same language Adding the ENG-09-0-References-request.md file and adjusting the numbering of the next files. 09-0 talks about some commonly used HttpRequestPtr methods (09-1 will talk about HttpResponse methods) Adjust sidebar links and include new file (chinese version) Adjustment of numbers referring to the English version due to changes in file names
Fix sidebar. (#71)
Fix middleware/filter refs. (#70)
Add document for middleware. (#69)
Update ENG-06-View.md (#67) Replaced deprecated cmake command EXEC_PROGRAM() with execute_process().
update relationships option in model config (#66)
Update ENG-02-Installation.md (#65)
Update CHN-02-安装.md (#63)
Fix typo in vcpkg docs (#62)
Merge branch 'master' of github.com:drogonframework/drogon.wiki
Fix csp errors
Updated _Footer (markdown)
drop c++14
Fix typos in testing page (18) (#61)
Fix sidebar link to "Use CPM" (#60)
Group lib dependencies and new conan installation (#59) * Spell error fix * Added group of lib dependencies * More concise installation for conan/vcpkg
Fix a link
Remove references of being a fork and changed inconsistencies in "Database" (#58) * Removed references of being a fork * Fixed inconsistency of "DataBase" vs "Database" which caused some 404 errors. Chose for "Database" because it corrosponds with e.g. "FastDb".
Docsify Documentation (#57) * Added files required for Docsify * Fixed invisible links on cover page * Added references to Docsify and the Github Pages site * Applied cover-page styling to only the cover part * Added disclaimer to home-page * Fixed some bugs and added syntax highlighting for C++. Bugs fixed: - Added some sidebar padding - Fixed some typo's in the sidebar and folder structure which were resulting in errors - Changed TOC sub-level rendering to 2 layers