Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Reference Guide with Cookieplone make commands and prompt reference #1758

Open
2 tasks
stevepiercy opened this issue Nov 6, 2024 · 4 comments
Open
2 tasks

Comments

@stevepiercy
Copy link
Contributor

stevepiercy commented Nov 6, 2024

Links of affected pages in Plone Documentation, if any.

No response

Description

  • Create a new page in the yet to be created Reference Guide, "Cookieplone make reference". After generating a full Plone project, you can run make help to get an almost complete list of make commands with help text. We can enhance that output by organizing them or adding context.

  • Detailed explanation of what each of the prompts does, where it is not clear from the README.md.

@GOGETASSB23
Copy link

GOGETASSB23 commented Feb 12, 2025

Hello @stevepiercy sir,

I'd like to work on this issue and contribute to the Plone documentation. I have already set up the documentation environment and started exploring the make help command.

Could you please assign this issue to me? Also , in order to get the list of make commands can i generate the project using 2nd training(volto-customization using javascript)

Looking forward to your guidance. Thanks!

regards,
Aryan

@stevepiercy
Copy link
Contributor Author

@GOGETASSB23 thank you for your interest!

We don't assign issues. You can claim them. See Things not to do.

See also Install Plone with Cookieplone, which is the authoritative source for doing just that.

@stevepiercy stevepiercy closed this as completed by moving to Done in Alpine City Sprint 2025 Feb 12, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Plone Documentation Feb 12, 2025
@stevepiercy stevepiercy reopened this Feb 12, 2025
@github-project-automation github-project-automation bot moved this from Done to In Progress in Plone Documentation Feb 12, 2025
@stevepiercy stevepiercy moved this from Done to in progress in Alpine City Sprint 2025 Feb 12, 2025
@stevepiercy stevepiercy changed the title Create a Reference Guide with Cookieplone make commands Create a Reference Guide with Cookieplone make commands and prompt reference Feb 14, 2025
@GOGETASSB23
Copy link

GOGETASSB23 commented Feb 14, 2025

@stevepiercy sir, taking into consideration the guidelines to follow the Set up,build and check the quality of documentation, I created a new fork and started over.

I have a doubt regarding the setup. When using mkdocs serve, we add the file to the nav section of mkdocs.yml to reflect changes in the documentation. However, the documentation asks us to use the make livehtml command (Sphinx-autobuild server).

So, according to the suggested documentation, I need to follow make livehtml to run the server. Where do I add the file (cookieplone-make-commands.md) so that it reflects changes on my local server?

this doubt has been solved, thank you..

@stevepiercy
Copy link
Contributor Author

We don't use mkdocs. We use Sphinx.

make livehtml only watches files that exist at the moment it is launched. You must first create the file, then make livehtml can watch it for changes.

The new file should go in a new directory:

docs/reference/cookieplone-make-commands.md

New files also require a toctree entry, else they do not appear in the sidebar navigation. We will need to add another new file:

docs/reference/index.md

...which will contain the toctree that references the new documentation.

Finally, the primary docs/index.md will need reference/index added to its toctree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: in progress
Status: In Progress
Development

No branches or pull requests

2 participants