diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-06-27 12:43:32 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-06-27 12:43:32 +0200 |
commit | 2363c716c0c6dfd91c7a2f1ea00881160b612c84 (patch) | |
tree | e9a7e3525aa65541d3016d064bf16dea8c8b49dc /doc/src/usage/README.md | |
parent | b20f31182bae222e15c09b2a5d299b44043bfdb8 (diff) | |
download | hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.tar.gz hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.tar.bz2 hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.zip |
Begin doc using mdbook.
Diffstat (limited to 'doc/src/usage/README.md')
-rw-r--r-- | doc/src/usage/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/usage/README.md b/doc/src/usage/README.md new file mode 100644 index 0000000..3e29683 --- /dev/null +++ b/doc/src/usage/README.md @@ -0,0 +1,8 @@ +# Usage + +Once the ddev environment is started, you can interact with the hub as normal. + +Any changes you do to the source files under the `core` directory, should be +immediately active in the environment. This makes it really convenient to work +on everything from translations, documentation, and even code changes, +features, new addons etc. |