Advertisement
Documentation for PR Topic is solved
Moderator: Documentation
-
- Joomla! Explorer
- Posts: 366
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Documentation for PR
I've some hope that my PR (#41496) may eventually find its way into the core so I want to write documentation for it, as the repo makes a point of requesting. Unfortunately I've not been able to find out how or where to do that. Could somebody point me in the right direction please.
Many thanks
Many thanks
It's a community, the more we all contribute, the better it will be.
Advertisement
- ceford
- Joomla! Hero
- Posts: 2869
- Joined: Mon Feb 24, 2014 10:38 pm
- Location: Edinburgh, Scotland
- Contact:
-
- Joomla! Explorer
- Posts: 366
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: Documentation for PR
Thanks for that ceford.
I may be being thick, but I can't see where that tells me how to write & submit documentation to support a change to core functionality. I did find it previously and looked.
I may be being thick, but I can't see where that tells me how to write & submit documentation to support a change to core functionality. I did find it previously and looked.
It's a community, the more we all contribute, the better it will be.
-
- Joomla! Virtuoso
- Posts: 3074
- Joined: Fri Jul 05, 2013 10:35 am
- Location: Parts Unknown
Re: Documentation for PR
The manual is the place to add documentation for new features. Its repository is here https://github.com/joomla/Manual. Other places affected by your changes should also be updated. For example, component development pages mentioning access.xml/config.xml structure.
-
- Joomla! Explorer
- Posts: 366
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: Documentation for PR
Thanks for that SharkyKZ.
So it looks like editing is done by clicking the "Edit this page" link in the manual that you and ceford pointed me to, yes?
If so, how do I go about adding a page? I've had a look at the github repo directly and can't for the life of me work out how to do it there and I don't see an "add a new page" link in the manual.
My PR is about making access to component options controllable with the ACL model. I can't find anything about the options system in general in the manual. Again, perhaps I'm just not looking properly.
Mark
So it looks like editing is done by clicking the "Edit this page" link in the manual that you and ceford pointed me to, yes?
If so, how do I go about adding a page? I've had a look at the github repo directly and can't for the life of me work out how to do it there and I don't see an "add a new page" link in the manual.
My PR is about making access to component options controllable with the ACL model. I can't find anything about the options system in general in the manual. Again, perhaps I'm just not looking properly.
Mark
It's a community, the more we all contribute, the better it will be.
- ceford
- Joomla! Hero
- Posts: 2869
- Joined: Mon Feb 24, 2014 10:38 pm
- Location: Edinburgh, Scotland
- Contact:
Re: Documentation for PR
It's the same as contributing to code: fork the repo, clone your copy, make a branch and then a PR with your changes.
-
- Joomla! Apprentice
- Posts: 25
- Joined: Tue Sep 27, 2016 7:34 am
Re: Documentation for PR
If you follow Ceford's tip, you will end up with an exact image of the GH repo on your local computer. Don't forget the step with the new branch.
The content of the current manual website is provided by the folder /versioned_docs/version-5.1/. Your new article should be inserted in the appropriate subfolder there.
If you are wondering which is the correct subfolder for your new content, it would be useful to ask the maintainers with an issue how to proceed in your case.
You can also ask this question in the documentation channel on Mattermost.
The content of the current manual website is provided by the folder /versioned_docs/version-5.1/. Your new article should be inserted in the appropriate subfolder there.
If you are wondering which is the correct subfolder for your new content, it would be useful to ask the maintainers with an issue how to proceed in your case.
You can also ask this question in the documentation channel on Mattermost.
-
- Joomla! Explorer
- Posts: 366
- Joined: Thu Oct 29, 2009 8:28 am
- Location: UK
Re: Documentation for PR
Thank you dziller, that's very helpful.
It's a community, the more we all contribute, the better it will be.
Advertisement