diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index bff1746..d6c6150 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -4,7 +4,6 @@ import { defineConfig } from 'vitepress' export default defineConfig({ title: "Cheminformatics Python Microservice", description: "This set of essential and valuable microservices is designed to be accessed via API calls to support cheminformatics. Generally, it is designed to work with SMILES-based inputs and could be used to translate between different machine-readable representations, get Natural Product (NP) likeliness scores, visualize chemical structures, and generate descriptors. In addition, the microservices also host an instance of STOUT and another instance of DECIMER (two deep learning models for IUPAC name generation and optical chemical structure recognition, respectively).", - base: '/cheminformatics-python-microservice/', themeConfig: { logo: {