Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ enableGitInfo = true # N.B. .GitInfo does not currently function with submodule
# rss = true # show rss icon with link

[params.docs] # Parameter fo the /docs 'template'
title = "Lotus Labs Documentation" # default html title for documentation pages/sections
title = "Lotus Labs Documentation" # default html title for documentation pages/sections

ghrepo = "github.com/colinwilson/lotusdocs.vercel.app" # Git repository URL for your site
editPage = true # enable 'Edit this page' feature - default false
lastMod = true # enable 'Last modified' date on pages - default false
lastModRelative = true # format 'Last modified' time as relative - default true

sidebarIcons = true # enable sidebar icons? default false
breadcrumbs = true # default is true
backToTop = true # enable back-to-top button? default true

Expand Down
12 changes: 6 additions & 6 deletions content/docs/contributing/financial-contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ weight: 420
toc: true
---

We use [Open Collective](https://opencollective.com/) to receive contributions, share our budget, and manage expenses. Visit the [Doks Open Collective page](https://opencollective.com/doks).
We use [Open Collective](https://opencollective.com/) to receive contributions, share our budget, and manage expenses. Visit the [Lotus Labs Open Collective page](https://opencollective.com/lotuslabs).

## Become a Sponsor

Become a sponsor starting at $100.00 per month. Your logo — with a link to your website — will show up on the [Doks website](https://getdoks.org/), the [Doks repository](https://github.com/h-enk/doks), and the [Doks Open Collective page](https://opencollective.com/doks).
Become a sponsor starting at $100.00 per month. Your logo — with a link to your website — will show up on the [Lotus Docs website](https://lotusdocs.dev/), the [Lotus Docs repository](https://github.com/colinwilson/lotusdocs), and the [Lotus Labs Open Collective page](https://opencollective.com/lotuslabs).

[![Become a Sponsor](contribute-button.png)](https://opencollective.com/doks/contribute/sponsor-31303/checkout)
[![Become a Sponsor](contribute-button.png)](https://opencollective.com/lotuslabs/contribute/sponsor-46767/checkout)

## Become a Backer

Become a backer starting at $5.00 per month. Your avatar will show up on the [Doks repository](https://github.com/h-enk/doks) and the [Doks Open Collective page](https://opencollective.com/doks).
Become a backer starting at $5.00 per month. Your avatar will show up on the [Lotus Docs repository](https://github.com/colinwilson/lotusdocs) and the [Lotus Docs Open Collective page](https://opencollective.com/lotuslabs).

[![Become a Backer](contribute-button.png)](https://opencollective.com/doks/contribute/backer-31302/checkout)
[![Become a Backer](contribute-button.png)](https://opencollective.com/lotuslabs/contribute/backer-46766/checkout)

## Make a Donation

Make a custom one-time or recurring contribution.

[![Make a Donation](contribute-button.png)](https://opencollective.com/doks/donate)
[![Make a Donation](contribute-button.png)](https://opencollective.com/lotuslabs/donate)

## Thanks :green_heart:

Expand Down
14 changes: 7 additions & 7 deletions content/docs/contributing/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ toc: true

### Create an issue

- [Bug report](https://github.com/h-enk/doks/issues/new?template=bug-report---.md)
- [Feature request](https://github.com/h-enk/doks/issues/new?template=feature-request---.md)
- [Bug report](https://github.com/colinwilson/lotusdocs/issues/new?template=bug-report---.md)
- [Feature request](https://github.com/colinwilson/lotusdocs/issues/new?template=feature-request---.md)

### Create a Pull Request

Expand All @@ -31,17 +31,17 @@ toc: true

### Create an issue

- [Bug report](https://github.com/h-enk/getdoks.org/issues/new?template=bug-report---.md)
- [Feature request](https://github.com/h-enk/getdoks.org/issues/new?template=feature-request---.md)
- [Bug report](https://github.com/colinwilson/lotusdocs.vercel.app/issues/new?template=bug-report---.md)
- [Feature request](https://github.com/colinwilson/lotusdocs.vercel.app/issues/new?template=feature-request---.md)

## Help others

[Doks Discussions](https://github.com/h-enk/doks/discussions) is the place to get help and help others with Doks.
[Lotus Docs Discussions](https://github.com/colinwilson/lotusdocs/discussions) is the place to get help and help others with Lotus Docs.

## Submit to showcase

[Share what you’ve built with us](https://github.com/h-enk/doks/discussions?discussions_q=category%3A%22Show+and+tell%22).
[Share what you’ve built with us](https://github.com/colinwilson/lotusdocs/discussions?discussions_q=category%3A%22Show+and+tell%22).

## Contribute financially

Help support the team developing Doks by [becoming a financial contributor](/docs/contributing/financial-contributions/).
Help support the team developing Lotus Docs by [becoming a financial contributor](/docs/contributing/financial-contributions/).
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ weight = 200
date = "2022-09-30T05:34:22+01:00"
draft = true
author = "Colin Wilson"
title = "Get started"
title = "Getting Started"
icon = "rocket_launch"
# featured_image = ""
description = "Get started with Lotus Docs"
description = "A guide to getting up and running with Lotus Docs"
publishdate = "2022-09-30T05:34:22+01:00"
tags = ["Beginners","Guide"]
categories = [""]
Expand Down