github.com/wfusion/gofusion@v1.1.14/common/infra/watermill/docs/config.toml (about)

     1  baseURL = "/"
     2  languageCode = "en-us"
     3  
     4  title = "Watermill"
     5  description = "Go library for building event-driven applications."
     6  
     7  theme = "kube"
     8  Paginate = 4
     9  
    10  pygmentsStyle="autumn"
    11  
    12  googleAnalytics = "UA-128588911-2"
    13  
    14  [Params]
    15    RSSLink = "/index.xml"
    16    author = "Three Dots Labs"
    17    github = "https://github.com/ThreeDotsLabs/"
    18    email = "contact@threedotslabs.com"
    19    images = ["https://threedots.tech/watermill-io/watermill-logo.png"]
    20  
    21  [[menu.main]]
    22      name = "Getting Started"
    23      weight = -300
    24      url = "/docs/getting-started/"
    25  [[menu.main]]
    26      name = "Docs"
    27      weight = -200
    28      url = "/docs/"
    29  [[menu.main]]
    30      name = "Supported Pub/Subs"
    31      weight = -200
    32      url = "/pubsubs/"
    33  [[menu.main]]
    34      name = "Examples"
    35      weight = 100
    36      url = "https://github.com/ThreeDotsLabs/watermill/tree/master/_examples"
    37  [[menu.main]]
    38      name = "Support"
    39      weight = 0
    40      url = "/support/"
    41  
    42  [markup]
    43  defaultMarkdownHandler = 'goldmark'
    44    [markup.goldmark]
    45      [markup.goldmark.renderer]
    46        unsafe = true