You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this issue is not a REAL issue but a stub one. It describes a common bug that can happen to content contributors and how to resolve it
Describe the bug
I have introduced a new markdown file called 'README.md' and have made a pull request. The pull request has been merged but I cannot find my content anywhere.
The Devhub has automated validations to ensure the app builds smoothly. One of these validations is to verify the validity of a markdown files title.
The title can be passed in one of two ways. Either as frontmatter or it is automatically inferred by the first # or ## in the document.
The validation of the title is important because this is how the url for that document is generated.
There are two main validations we do:
Check to see if your title conflicts with other titles in the website. For example if two documents had the title 'Agile Fundamentals'. Neither of them will show up on the Devhub since it'd be hard to decide which one should showup.
Check to see if the title is in our blacklist of titles. The blacklist of invalid titles that we do not allow on the site. Mostly because the names are too generic to be used in the context of the Devhub. Titles like 'About', 'Readme' are great in one repository but because of the Devhub sources from many repos_ it doesn't make sense to use them there. In addition, we blacklist titles that conflict with certain prebuilt pages in the Devhub such as 'journeys', 'topics' etc.
What You Should Do
Change the title to your document :) If you are introducing new content, the automated validation check should pass at this stage. If your content already exists, it will reappear on the next build of the devhub.
Describe the bug
I have introduced a new markdown file called 'README.md' and have made a pull request. The pull request has been merged but I cannot find my content anywhere.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
My content shows up
The text was updated successfully, but these errors were encountered: