docs icon indicating copy to clipboard operation
docs copied to clipboard

📖 Documentation markdown for all Vapor packages.

Results 78 docs issues
Sort by recently updated
recently updated
newest added

@Jinxiansen review~

translation-update

Show ```swift let redirectMiddleware = User.redirectMiddleware { req -> String in return "/login?authRequired=true&next=\(req.url.path)" } ``` Etc

help wanted
good first issue
enhancement

Add dutch translations to the documentation

help wanted
translation-update

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...

good first issue
enhancement

``` 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...

enhancement

The docs have been updated in PR #682. The translations should be updated if required. Languages: - [x] English - [x] Chinese - [ ] German - [x] Dutch Assigned...

help wanted
good first issue

This PR is a draft for the German translation of the documentation.

help wanted
translation-update

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

good first issue

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...

help wanted
good first issue