Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Write some more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyydotp committed Feb 28, 2023
1 parent 8d2445a commit e2471e4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 13 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Build docs
on:
push:
branches: ["main"]

workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

permissions:
contents: read
pages: write
Expand All @@ -19,14 +17,11 @@ env:
jobs:
build-job:
runs-on: ubuntu-latest
container:
image: registry.jetbrains.team/p/writerside/builder/writerside-builder:2.1.984
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: |
set -e
/opt/builder/bin/idea.sh helpbuilderinspect -source-dir ./docs -product $PRODUCT -output-dir artifacts/ || true
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v3
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions docs/p.tree
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<toc-element topic="getting-started.md">
<toc-element topic="Boring-nerdy-grammar-stuff.md"/>
<toc-element topic="Pronoun-set-format.md"/>
<toc-element topic="Migrating-from-ProNouns-2-x.md"/>
</toc-element>
<toc-element topic="Setting-your-pronouns.md"/>
<toc-element topic="Config.md"/>
Expand Down
5 changes: 0 additions & 5 deletions docs/topics/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,3 @@ mysql.password
stats
: Whether to send anonymous statistics information about the plugin. Defaults to `true`.
See [Privacy](Privacy.md) for more information.

# Default config
```ini
```
{src="/pronouns-common/src/main/resources/pronouns-default.cfg"}
17 changes: 17 additions & 0 deletions docs/topics/Migrating-from-ProNouns-2-x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Migrating from ProNouns 2.x

If you're updating from ProNouns 2.x, you'll need to manually migrate your pronoun store.
Fortunately this is a very simple process.



## Before you start

Make sure you've [set up your new pronoun store]](Stores.md) before migrating.

## Migrating
### If you were using MySQL
> Migration from a legacy MySQL store is not yet supported.
### If you were __not__ using MySQL
Run the command `/pronouns migrate yml`.
7 changes: 7 additions & 0 deletions docs/topics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
Hey! Thanks for choosing to install ProNouns on your server.
This site tells you everything you need to know about using the plugin.


> THIS IS PRE-RELEASE SOFTWARE!
>
> I assume absolutely no responsibility if this plugin breaks anything - use at your own risk.
>
{style="warning"}

This page's subpages contain the most important things you need to know - **read them first!**

0 comments on commit e2471e4

Please sign in to comment.