Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prototype OCaml Cookbook * add a rule to crunch the cookbook directory * move position of cookbook * side-by-side code view like Go by Example * copy to clipboard, random number gen recipe * hierarchy: category > task > recipe - URL we serve this under is docs/cookbook/[task slug]/[recipe slug] - multiple recipes per task - recipe page displays links to other recipes for the same task * bring back the styles on the input that I accidentally replaced by 'hidden' * move cookbook to community section, refactor active_top_nav_item to be controlled by learn_layout.eml and community_layout.eml * move to Learn area * Cookbook : encoding (#2097) * Cookbook index : add encoding * Cookbook encoding typos * Add dune * Update 00-camomile.md / remove tab * Update 00-camomile.md / remove tab * Update 00-camomile.md * Apply suggestions from code review Co-authored-by: Christine Rose <christinerose@users.noreply.github.com> --------- Co-authored-by: Frederic LOYER <frederic.loyer@club-internet.fr> Co-authored-by: Christine Rose <christinerose@users.noreply.github.com> * Cookbook : and Sorting list and arrays (#2098) * Cookbook: add Sorting * Update 00-stdlib.md / remove tabs * Update 00-stdlib.md / remove tabs --------- Co-authored-by: Frederic LOYER <frederic.loyer@club-internet.fr> * Cookbook textprocessing (#2104) * Cookbook: text processing * Cookbook: text processing (remove tabs) * Cookbook: text processing (typo) * Cookbook: text processing (typo) * Cookbook: text processing (typo) --------- Co-authored-by: Frederic LOYER <frederic.loyer@club-internet.fr> * Cookboot : Add a Database / ezsqlite entry (#2100) * Cookbook : Database/ezsqlite * Remove tabs * Declare packages * Indent error * typo * Update cookbook_categories.yml : fix folder name in cookbook_categories.yml * Update cookbook_categories.yml - cookbook index fix * Update 00-ezsqlite.md --------- Co-authored-by: Frederic LOYER <frederic.loyer@club-internet.fr> * Cookbook concurrency : Lwt (#2107) * Cookbook: add concurrency / Lwt * Cookbook: add concurrency / Lwt - fix * Cookbook: add concurrency / Lwt - fix * Cookbook: add concurrency / Lwt - fix --------- Co-authored-by: Frederic LOYER <frederic.loyer@club-internet.fr> * Cookbook caqti ppx rapper (#2108) * Cookbook : Caqti and ppx_rapper * Cookbook : Caqti and ppx_rapper - fix * Cookbook : Caqti and ppx_rapper - fix * Cookbook : Caqti and ppx_rapper - @ notation * add query with WITH clause * typo WITH/WHERE * fix * fix * fix * fix * fix --------- Co-authored-by: Frederic LOYER <frederic.loyer@club-internet.fr> * simplify data format of cookbook files * change data format to .ml file with YAML header, comments get displayed side-by-side with the code * Cookbook Ezsqlite - typo and rewriting (#2119) Co-authored-by: Frédéric LOYER <frederic.loyer@club-internet.fr> * Cookbook Sorting - typo (#2118) Co-authored-by: Frédéric LOYER <frederic.loyer@club-internet.fr> * add dark mode styles * Cookbook : fix in Lwt (type mismatch with iter_s/iter_p functions) (#2127) * Cookbook : fix in Lwt * Update 00-lwt.ml --------- Co-authored-by: Frédéric LOYER <frederic.loyer@club-internet.fr> * Update 00-caqti-ppx-rapper.ml - fix sqlite -> sqlite3 (#2126) * rearrange category hierarchy and render all recipes for a task, name rercipes based on task and first listed package * rebase * add some tasks * list the task separately in the table and all the recipes below the task * add aria-label to make clear to screen-readers where the recipe link is going * Added description field to tasks * Task pages * Task description * Remove str and stdlib recipes * Cookbook description text * Formatting * minor style changes * Formatting * Update CONTRIBUTING.md * Fix tasks.yml processing * Formatting * Add Yaml deserializing recipe * Refactor JSON tasks * Text and formatting * Review * Remove sorting recipe * Cleanup * Delete postponed recipes * Update localtime recipe * Do not display package versions * Formatting * Display used libraries per package * Display version as tested and category path * Fix contribution text * Fixes * Formatting * Fix category path * Formatting * Refactoring * Add hl_yaml recipe * Fix comments * Formatting * Formatting * Review edits * Fix typo * Import FS tasks from PR 1400 * Bring back random generation * Bring back random generation, con't * Read text and gziped file * Formatting * Fix typo * Formatting * Remove some recipes * Rebase * Make task description optional * Random values * Formatting * line editing CONTRIBUTING.md --------- Co-authored-by: sabine <sabine@users.noreply.github.com> Co-authored-by: Frédéric Loyer <116354005+F-Loyer@users.noreply.github.com> Co-authored-by: Frederic LOYER <frederic.loyer@club-internet.fr> Co-authored-by: Christine Rose <christinerose@users.noreply.github.com> Co-authored-by: sabine <6594573+sabine@users.noreply.github.com> Co-authored-by: Cuihtlauac ALVARADO <cuihtmlauac@tarides.com>
- Loading branch information