Skip to content

Commit eabbab1

Browse files
fix(directories): remove incorrect v0.12 claim and simplify subdirectory examples
Address review feedback from Erik: - Remove false claim that aw-server-rust became default in v0.12 (it will be default in v0.14.0 via aw-tauri bundle) - Simplify subdirectory note - examples are redundant given the paths below
1 parent b959e30 commit eabbab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/directories.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Directories
33

44
Where things get stored depends on the platform you're using. All paths should follow standard directories on their platforms, and to accomplish this we use `appdirs <https://pypi.org/project/appdirs/>`_ in Python code and the `dirs <https://crates.io/crates/dirs/>`_ crate in Rust code.
55

6-
Each ActivityWatch component stores its data in a subdirectory named after itself. For example, ``aw-server-rust`` stores its database in the data directory under ``aw-server-rust/``, and ``aw-watcher-afk`` stores its config under ``aw-watcher-afk/``.
6+
Each ActivityWatch component stores its data in a subdirectory named after itself.
77

8-
Since v0.12, the default server is ``aw-server-rust``, so the paths below use that as the example.
8+
The paths below use ``aw-server-rust`` as an example component.
99

1010
.. _data-directory:
1111

0 commit comments

Comments
 (0)