Documentation updates #8
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jersey/caecilian!8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "64-RD/main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Been a while since I touched GitHub or modified someone's else documentation, hope everything's in order
this all looks really good so far but i do have a few little questions
@ -16,3 +16,1 @@```toml {3-7}prefix = "!"```tomljust a general note: for sections like this with the brackets and line numbers, this makes astro highlight specific portions of the example config and reflects what the original vitepress site did (but it instead blurred the rest of the snippet).
is this unclear to people? would finding a way to blur the non-highlighted lines be more clear about the original intent here?
would adding the official docs on connection strings in addition to the stackoverflow link be clear? while im not against linking to stackoverflow, but maybe it's worth linking to both?
fwiw i did remove mongodb support at some point though i do plan on adding it back eventually
@ -20,2 +20,3 @@## Setting up the containerIn this example we will use Docker Compose to set up container forLightning, and optionally, the database as well.this reads a bit weird, at least to me, when placed after the note box. would you be fine if this was above the note box and with the initial introductory text?
@ -30,0 +31,4 @@lightning:image: ghcr.io/williamhorning/lightning:latestvolumes:- ./config:/dataspecifying a version explicitly is generally something i'd prefer here, so it might be worth replacing latest with 0.8.0-alpha.2 (or whatever the latest version is)
@ -39,0 +51,4 @@plugin = "jsr:@lightning/discord@0.8.0-alpha.1"config.token = "YOUR_DISCORD_BOT_TOKEN"[[plugins]]note to self: use this same formatting for other secrets elsewhere
@ -39,0 +61,4 @@and Revolt, however you can customize it however you want - see [_configuration_](../configuration)and [_plugins_](../plugins).note to self: check relative links
@ -39,0 +84,4 @@- '5432:5432'environment:POSTGRES_HOST_AUTH_METHOD: trust```it may be worth mounting the docker volume somewhere here, at least to show that it's something that you can do
@ -39,0 +100,4 @@## Running the container(s)Use `docker compose up -d` to run our container(s).docker allows you to use the container name as its hostname and this tends to just work (from my experience) and is more descriptive (at least imo) than a magic ip
@ -39,0 +107,4 @@```batch@echo offdocker compose up -dpausenote to self: add example of this?
im not sure running under windows is something i'd expect to work, but if it does, would it make sense to also include an example using powershell?
Thanks for your input! I'm a bit busy this week, but I will take care of that when I get the chance. Cheers
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.