Skip to content

Commit

Permalink
fix: Custom domain update - removing base path from the vitepress con…
Browse files Browse the repository at this point in the history
…fig (#350)
  • Loading branch information
CS76 authored Aug 31, 2023
1 parent 0d0bad1 commit bc2a8d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit bc2a8d3

Please sign in to comment.