Replies: 5 comments 8 replies
-
I agree that pull requests are better, since they can be easily reviewed, commented, linked to etc. So, I would also suggest option 2, documents in the same repository. They can by Markdown ( |
Beta Was this translation helpful? Give feedback.
-
Maybe with a bit of CI we could have both. Note on the wiki page the "Clone this wiki locally" section -- wikis are git repos too. I'm imagining we could have a /docs dir in the "main repo", and whenever its contents changes it kicks off a CI script that copies it over the "wiki repo" so it stays up to date. Admittedly having it saved in the Wiki area is only a small benefit over just navigating to the /docs directory yourself, but it would still be nice for new user discovery and casually browsing. And it could transition smoothly into publishing via gh_pages instead. |
Beta Was this translation helpful? Give feedback.
-
I feel very strongly that developer docs should live on the github wiki (and perhaps elsewhere but first and foremost wiki). They're in a very distinct category of documentation apart from user docs. |
Beta Was this translation helpful? Give feedback.
-
These are very interesting concepts to keep in mind when working on documentation: https://diataxis.fr/ |
Beta Was this translation helpful? Give feedback.
-
Curious if this discussion is referring to information about the Scryer Prolog program or about how to write programs in Scryer Prolog? For my own education and to get to know other folks in the community I'm trying to consolidate best practices for writing Scryer Prolog programs, but aside from the discussions forum, I'm not sure where the best place is currently to put those documents. Has this been solved/decided here/elsewhere? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
During the meetup and some previous discussions, there was the idea of starting hosting some documentation for the project. @mthom said that a Wiki was probably a good idea, however, it is not the only option. Here are a few:
What do you think? I personally prefer option 2 but maybe there are other interesting options out there.
Beta Was this translation helpful? Give feedback.
All reactions