Documentation Channel for #raku | This channel is logged | Roadmap: github.com/raku/doc/wiki
Set by [Coke] on 23 May 2022.
08:30 sena_kun joined 15:27 sena_kun left, sena_kun joined 17:01 raiph joined 17:44 lucs_ is now known as lucs 18:53 raiph left
Geth doc-website/secondary_refactor: b9a656f206 | finanalyst++ | 17 files
Upgrade `secondaries` plugin resolves multiple issues

Creates secondary files with names that can have unicode characters, Filesystem characters. Improves escaping in search bar. Improves content of secondary files.
  - Discussion of urls in discussion #99
  - resolves long outstanding issue #198 (from Raku/doc, 2019)
  - resolves issue #70 about <==
  - resolves issue #181 about pages not being generated
To handle `=head1 X<Function name|Syntax, name>` type blocks, more information is needed from `Raku::Pod::Render`. Fez is not accepting the updated distribution. This PR is likely to fail until Fez issue is resolved.
21:16
doc-website: finanalyst++ created pull request #245:
Upgrade `secondaries` plugin resolves multiple issues
21:17
doc-website/secondary_refactor: 5976ad918b | finanalyst++ | Caddyfile
Caddy file changes to map unicode routes to web pages.

The map directive is well documented. The prettyurls file is generated when the html are built. Essentially, secondary files are generated with human-readable characters, including `/` and unicode. These are hash encoded and mapped to files in the `hashed/` directory. The route directive was added after discussion with the Caddy maintainer. Basically, Caddy by default runs `try_files` before `error`, which generate errors for given routes. Since we want `/hashed*` routes to be illegal from the outside, `errors` must run before the `try_files` directive.
21:40
doc-website/css_lists_defns: 3ae0f4e54c | finanalyst++ | 4 files
Unordered lists and defn lists were not being rendered properly

Additions are needed to the CSS, and a change to the list template.
21:52
doc-website: finanalyst++ created pull request #246:
Unordered lists and defn lists were not being rendered properly
21:53
22:22 sena_kun left