VerzatileDevOrg/Programming_HandBook

[Feature] - Show URL page description

Closed this issue · 3 comments

Description:

When a domain is linked with the resource it does not show a description for the current page and instead it uses a global one that is the same for each one.

Proposed Solution:

Add a specified section for each page

Alternatives:

Or add code that adds sections of the page as a description.

Here is a way to add one Manually for each page:

image

By using " description: " tag in the information section of each page

The default value is located under " _config.yml "

image

image

Example of Default description, is added when no specified one exists on the file.

  • This is using a manual each page version, which could be done with a code, though it would make sense to summaries each page instead as the introduction might not always serve it properly.