docs
docs copied to clipboard
📖 Documentation markdown for all Vapor packages.
Show ```swift let redirectMiddleware = User.redirectMiddleware { req -> String in return "/login?authRequired=true&next=\(req.url.path)" } ``` Etc
As Vapor and surrounding packages get updates, these updates might not always be directly reflected in the documentation. Hence why it might be interesting to include the releases made by...
``` vapor run serve --hostname=0.0.0.0 --port=29200 vapor run serve --bind=0.0.0.0:29200 ``` Give "Input not recognized" error. Vapor expects ``` vapor run serve --hostname 0.0.0.0 --port 29200 vapor run serve --bind...
The docs have been updated in PR #682. The translations should be updated if required. Languages: - [x] English - [x] Chinese - [ ] German - [x] Dutch Assigned...
This PR is a draft for the German translation of the documentation.
Currently built for Leaf 3, we should add support for Leaf 4 https://github.com/highlightjs/highlight.js/blob/main/src/languages/leaf.js needs updating to current spec
I've added some information about creating tables with parent-children relationships. Specifically pointing out a common mistake about creating tables at the same time which contain a reference, and emphasizing that...
If the active command line tools is set to a "Command Line Tools for Xcode" installation instead of a valid Xcode path, building the project or generating an xcodeproj fails...