How to make a Dev Portal main menu with my own APIs page

The Developer Portal includes a menu item "APIs" that is provided by default (I'm assuming from the Apigee profile). It links to the Smartdocs landing page at domain.com/apis. We won't be using smart docs so I would like to have my own /apis page, but because one already exists mine is automatically created as /apis-0. I can't find a way to delete the existing APIs menu item. How can I have a menu item /apis that goes to page I created and control?

Solved Solved
0 3 191
1 ACCEPTED SOLUTION

@Frederick Feibel , Welcome to Apigee Community !

Yes, It's possible. Follow steps below.

Step 1 : Change the smartdocs landing page URL by logging in as admin, navigate to "admin/structure/views/view/smartdocs_models/edit/page"

Step 2 : Edit APIs path to something else ,

4401-apis-change-path.png

Step 3 : Click Apply -> Save the View.

Step 4 : Create your content & provide alias as "apis"

See an example page here "http://dev-4mv4d.devportal.apigee.com/apis". Hope it helps.

View solution in original post

3 REPLIES 3

@Frederick Feibel , Welcome to Apigee Community !

Yes, It's possible. Follow steps below.

Step 1 : Change the smartdocs landing page URL by logging in as admin, navigate to "admin/structure/views/view/smartdocs_models/edit/page"

Step 2 : Edit APIs path to something else ,

4401-apis-change-path.png

Step 3 : Click Apply -> Save the View.

Step 4 : Create your content & provide alias as "apis"

See an example page here "http://dev-4mv4d.devportal.apigee.com/apis". Hope it helps.

Perfect. Thanks.

Anytime 🙂 Glad it's helpful. Keep us posted moving forward if any.