Johannes Müller
Johannes Müller
Follow-up to https://github.com/crystal-lang/crystal-website/pull/320
Documentation for the `select` keyword is missing. The PR has some details on it: crystal-lang/crystal#3130
Follow-up on https://github.com/crystal-lang/crystal-book/pull/484#discussion_r600847339 /cc @oprypin
Since https://github.com/crystal-lang/shards/pull/262 the manpages `shards.1` and `shard.yml.5` are generated from asciidoc source. As a benefit it allows to transform the content to other formats. We can import it into this...
#561 automated the process of publishing release branches. There is a problem with dependencies: `Deploy config` finishes before `Deploy book` and in the time between, redirects to the new releaset...
This picks up #177 and #424, integrating them with master changes, fixing merge issues and outstanding comments.
In the *Specification* section some topics are spread across multiple pages that should be combined into extensive single-page documents. For example, the subsection about [`if` clause](https://crystal-lang.org/reference/syntax_and_semantics/if.html) has seven subpages detailing...
This imports the wiki pages to this repo in the guides section, including their version history. * https://github.com/crystal-lang/crystal/wiki/Crystal-for-Rubyists * https://github.com/crystal-lang/crystal/wiki/Metaprogramming-Help
#479 added a couple of external JavaScript and CSS resources, currently maintained via Makefile. Using a dedicated tool like `yarn` for this would be better. Preferably assets should be combined...
On mkdocs we're using the [section-index](https://pypi.org/project/mkdocs-section-index/0.2.1/) plugin to make section headings in the nav also be links to the section's overview page. I'm not sure that's a good idea and...