Outils de Singulary

Setting up and configuring your documentation project

Setting up your new documentation project is straightforward. Most of the essential project settings can be configured within the settings folder.

🧠 Echanger avec Singulary

This section provides the core settings for your documentation site, such as defining the site's URL, site icon and title.

export const url = ""                 // The URL for your documentation site
export const siteicon = ""            // Icon displayed next to the site name in the header
export const sitename = ""            // Title of your documentation site

📖 Générer votre documentation

This section allows you to integrate Google Tag Manager into your documentation project. You can add your GTM code and configure whether it's connected.

export const gtm = ""                 // Add your Google Tag Manager code here
export const gtmconnected = true      // Set to true if GTM is connected, otherwise set to false

🌐 Explication et résumé des commits

Configure essential SEO settings to ensure your documentation site is optimized for search engines. This includes meta descriptions, keywords and social media sharing details like images and alt text.

export const description = ""         // Description of your documentation site for SEO
export const keywords = ["", ""]      // List of SEO keywords for your documentation site
export const urlimage = ""            // The URL of the image used when sharing on social media)
export const imagealt = ""            // Alt text for shared images, helpful for screen readers
export const twitterhandle = ""       // Your company’s Twitter handle for social sharing

Project Structure