Support Center
v1.0
Management
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Logging Out Readers
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
To log out readers, a logout function can be called on the window object.
For example, if you wish to allow the readers to log out themselves from a secure session, a logout button can be added to the top right corner next to the navigation links. Add the following Custom JS:
<script>
document.addEventListener('onprojectloaded', function () {
var logoutBtn = document.createElement('DIV');
logoutBtn.innerHTML = 'Logout';
logoutBtn.classList.add('logout'); // Style as needed
logoutBtn.onclick = function() {
window.logout();
window.location.href = '/'; // Change this to a useful link
};
document.querySelector('.links-container').appendChild(logoutBtn);
});
</script>
Last updated by Zaid on Jun 23, 2026
Anything missing? Leave us feedback
Next to read:
CollaborationStaging Environment
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message