Overview
This post provides step-by-step guidance on how to add a new post in Developer Portal.
Step 1
Go to navigation menu and click on ‘Add Post’.
Step 2
You will see a new page with an inline editor. Please note that you cannot change the category. By default, you can access the content that belong to ‘Public’ category. To access the content that are private i.e. belonging to ‘Internal’ category, you need to send a request to the Developer Portal team.
- Title
- The following characters should be avoided in the title field.
- Triple Dashes (
---
) - Colons (
:
) - Angle Brackets (
<>
) - Quotation Marks (
'
and"
) - Backticks ( ` )
- Square brackets(
[]
)
- Triple Dashes (
- Refer to guidelines for choosing valid title for more information.
- The following characters should be avoided in the title field.
- Category
- The content with ‘Public’ category are visible to all the users.
- The content with ‘Internal’ category are only visible to the users with ‘Internal’ role.
- Tags
- You can add one or more tags from the following list that are relevant to your content.
- accessibility
- api
- architecture
- cloud
- getting-started
- mobiles
- security
- technology
- uxui
- You can also add your own tag/s, separated by a comma.
- You can add one or more tags from the following list that are relevant to your content.
- Content
- You can add your content in the editor, preferably in Markdown.
Step 3
You can preview the post in the right-hand pane of the editor. Alternatively, you can also click on WYSIWYG pane of the editor.
Step 4
Click on the Submit button to submit the new post.
Step 5
Once the post has been successfully submitted, you will see a confirmation message with the pull request generated in the GitHub repository.
Step 6
Once the moderator reviews and approves the content, it will be published in the Developer Portal site. You can then view your post by accessing it either from Home page or Tags page. You can also access the content from the Search page.