docs/For Developers documentation#802
Conversation
cbutcosk
left a comment
There was a problem hiding this comment.
Hi @andy-jdl thanks for getting the ball rolling on this! I have some factual corrections for you here in addition to an overall suggestion that you more clearly distinguish between Configuration YAML and Configuration API by making each their own level 2 heading.
| Since its launch in December 2022, Quire has been freely available under the BSD 3-Clause License. Quire is a tool for generating full static sites using 11ty, with pages that load quickly in the browser. The Quire CLI provides a straightforward set of commands for building and publishing your site. | ||
|
|
||
| ## Requirements | ||
| [Node.js](https://nodejs.org/en/) v18 or higher (LTS preferred) |
There was a problem hiding this comment.
This should be v22 -- see the engines property of the CLI and 11ty package file, for now without mentioning LTS. Node's LTS version is 24 currently but I don't know if quire has been sufficiently tested against v24 to document it that way.
| - `disableKinds` | ||
| - `buildDrafts` | ||
|
|
||
| ### Directory Structure under 11ty |
There was a problem hiding this comment.
This is a great start, it should be toward the top of the document and at a heading level 2. Could you elaborate more on directories used, working from the directories configured in .eleventy.js (eg, public, _site, _includes, etc)?
Thank you for contributing to the Quire Documentation & Website! Please complete the form below to submit your pull request for review.
For the Title of this pull request, please use the format "Type/Issue-#: Brief description." For Type, the options are Edit, Add, Translate. Issue-# is only needed if this pull request addresses an existing issue.
Checklist
Please put an X within the brackets that apply
[X].I have read the CONTRIBUTING.md file.
I have made my changes in a new branch and not directly in the main branch
I am requesting feedback on a draft pull request
Is this pull request related to an open issue? If so, what is the issue number?
Please describe the goal of this pull request and the changes that were made.
Additional Comments