mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
added tagline to docusaurus config
This commit is contained in:
@@ -7,11 +7,13 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
||||
const footer = require("./footer");
|
||||
const navbar = require("./navbar");
|
||||
const plugins = require("./plugins");
|
||||
const baseUrl = process.env.BASE_URL ?? '/';
|
||||
const baseUrl = process.env.BASE_URL ?? "/";
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: "SailPoint Developer Community",
|
||||
tagline:
|
||||
"The SailPoint Developer Community has everything you need to build, extend, and automate scalable identity solutions.",
|
||||
url: "https://developer.sailpoint.com",
|
||||
baseUrl,
|
||||
favicon: "img/SailPoint-Logo-Icon.ico",
|
||||
|
||||
Reference in New Issue
Block a user