From 05f58c03d3cffdbff9f0a29fe9447b23b9547912 Mon Sep 17 00:00:00 2001 From: rusirijayodaillesinghe Date: Mon, 4 Nov 2024 22:55:24 +0530 Subject: [PATCH] Fix Image Overlap UI Issue in Collapsible Items on Larger Screens Fixes https://github.com/wso2/docs-apim/issues/8003 (cherry picked from commit 6ea417dcc4074c45610988c0bdf319e3edcc68a7) --- .../create-api/create-rest-api/create-a-rest-api.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/en/docs/design/create-api/create-rest-api/create-a-rest-api.md b/en/docs/design/create-api/create-rest-api/create-a-rest-api.md index 5a7fd27974..71f0331662 100755 --- a/en/docs/design/create-api/create-rest-api/create-a-rest-api.md +++ b/en/docs/design/create-api/create-rest-api/create-a-rest-api.md @@ -162,12 +162,21 @@ Follow the instructions below to create a REST API using the basic flow: 3. On the sidebar, navigate to **Develop > API Configuration > API Definition**. 4. Click on **Edit** from the toolbar. - [![API configuration toolbar]({{base_path}}/assets/img/design/create-api/linter-observe/linter-observe1.png)]({{base_path}}/assets/img/design/create-api/linter-observe/linter-observe1.png) +
+
+ + API configuration toolbar + +
5. Switch to the Linter view by clicking on the LINTER button on the top. 6. You will see the Linter error corresponding to the new rule you enforced. - [![Linter error]({{base_path}}/assets/img/design/create-api/linter-observe/linter-observe2.png)]({{base_path}}/assets/img/design/create-api/linter-observe/linter-observe2.png) +
+ + Linter error + +
Now, you have successfully created and configured a REST API. Next, [deploy the API]({{base_path}}/deploy-and-publish/deploy-on-gateway/deploy-api/deploy-an-api/), [test the API]({{base_path}}/design/create-api/create-rest-api/test-a-rest-api/), and finally [publish the API]({{base_path}}/deploy-and-publish/publish-on-dev-portal/publish-an-api).