We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add product list and product detail pages. The structure will be similar to how we handle blogs. Here is a task breakdown:
The markdown file format should be similar to service detail markdown file.
The HTML for product list page can be something like this:
<h4><a href="/products/saas-erp">SaaS ERP</a></h4> <p>Description of SaaS ERP <a href="/products/saas-erp">learn more</a></p> <h4><a href="/products/scooprank">ScoopRank</a></h4> <p>Description of ScoopRank <a href="/products/scooprank">learn more</a></p>
The text was updated successfully, but these errors were encountered:
shahzaib834
No branches or pull requests
Add product list and product detail pages. The structure will be similar to how we handle blogs. Here is a task breakdown:
The markdown file format should be similar to service detail markdown file.
The HTML for product list page can be something like this:
The text was updated successfully, but these errors were encountered: