Open bwklein opened 3 years ago
Setup the Netlify template to help someone clone to a new repo and host their site on Netlify. https://templates.netlify.com/
Liking the list here you started. Especially Distribution indicating if it has an easy deploy option/template for Netlify, Vercel, Heroku, or S3+Cloud front. Think everything else here is good and I think you've done a great job covering the various characteristics 💯
I think once we model a few of these out we may see some boundaries that may help tight the scope -- for instance assembler versus automations think there could be some blurring between them. and I think Content may also need to indicate what format it is stored (markdown, asciidoc, etc) so that it matches the transformer(s) category.
for instance assembler versus automations think there could be some blurring between them
Here is an example that comes to mind:
/uploads/
set as the Imgix 'Source'I drafted one for Docusaurus
['gitlab', 'github']
/docs
with sub-folders as categories so it would support a taxonomy of docs/guides
or docs/how-tos
from TGDP.tags, title, keywords, etc
docusaurus build
/public
folder are bundled as part of build and can be configured.Potential version for the gitbabel starter-kit
for instance assembler versus automations think there could be some blurring between them
Here is an example that comes to mind:
['github']
.gitbabel/config
in repository see docs to auto-index templates.tags, title, topicType
which gitBabel supports topicType
and can map TGDP template files to indicate their type such as reference
, guides
, tutorial
/public
folder are bundled as part of build and can be configured.About the technical components for docusaurus:
- Multi-Version Docs: ?
I suppose Docusaurus does support multiple versions of docs. See Versioning | Docusaurus
General specs for each component of a system.
The idea here is to identify the requirements for a complete system that can be replaced per implementation.