Checkout the latest updates to SaaS Manual:
You can now visit the corresponding GitHub commit for new features, fixes, or chores 🎉.
On large screens, the width of a Changelog entry was not large enough. This is now fixed.
The mobile layout for the Changelog was not working. This is now resolved.
CodePipeline doesn't clone the Git history, so I am not able to generate the Changelog as part of the build step. For now, I am manually generating it locally. Eventually, this should happen automatically.
The Changelog page was still in "draft" mode which means that it wasn't yet public.
You can now see all updates to SaaS Manual on the Changelog page: https://saasmanual.com/changelog. The Changelog is generated from merge commits to the SaaS Manual website repository. 🎉
Removed dummy text and added description and keywords.
I added a section for books that I can recommend for building SaaS products.
The URLs to remote repo files were broken. This resolves the issue.
Now, code samples also link to the respective files on GitHub.
You can now embed living source code into posts. 1. Simply wrap the source code with a comment `// [embed: <ID>]` and close it with `[/embed]` 2. Reference the source in your markdown with `::embed-source{id=<ID> repo=<optional>}
I added a description and keywords to all articles.
Added table layout instead of line-based layout. Also added keywords check.
Added smaller code improvements to the SEO module.
I added a simple plugin that warns me if pages are missing certain key elements. For now, I only check the description but I will extend this over time.
A few links were broken. They are now fixed 😅
Pages now have the keywords tag.
All pages now have the canonical tag so pages reference the correct main page.
Renamed Cloudflare to Cloud9.
The link to Wikipedia articles was not opening in a new window. This is now fixed.