<aside>
💡 Use this template to create guidelines for all of the engineers on your team. Add a table of contents by typing /table of
and pressing enter
.
</aside>
Hosting with SSL and cPanel offers secure and user-friendly web hosting, ensuring encrypted connections and easy website management for optimal online presence.
Running on low density which reduce traffic share with other host and increase stability.
With CloudFlare to increase protection and security.
Summarize your team's approach to engineering here.
Notes about how the current codebase evolved.
inline code snippets
with the shortcut cmd/ctrl + e
.Add code blocks for common snippets. Type /code
and press enter
. Choose the language you're using from the dropdown at the bottom right corner. Hover to copy with one click.
var a = 1;
while (a <= 10) {
document.write(a + "<br />");
a++;
}
Check out this Notion guide to learn about more ways to create content.