Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions blog/2023-06-10-introduction-to-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import LaymanAPI from "./api-to-layman.png";
<center><figcaption>APIs to a layman</figcaption></center>
</figure>

<!--truncate-->

## Introduction to API


Expand Down
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const config = {
blogTitle: "Blogs",
blogDescription: "TCET Open Source Blogging Page",
blogSidebarCount: 'ALL',
postsPerPage: 3,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might want to revise this in the future, as I believe we have around 10 entries on the sidebar

truncateMarker: /<!--\s*(truncate)\s*-->/,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
// editUrl:
Expand Down