You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/camp.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ The following environment variables control how the tool searches for and loads
14
14
15
15
ADM_PATH
16
16
This is the highest priority search path.
17
-
All files in the directory named by this variable following the pattern ``*.json`` are loaded as ADMs.
17
+
All files in the directory named by this variable following the pattern ``*.yang`` are loaded as ADMs.
18
18
19
19
XDG_DATA_HOME, XDG_DATA_DIRS
20
20
These directories are used in accordance with the `XDG Base Directory Specification <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_ with the suffix path ``/ace/adms``.
21
-
All files in the search subdirectories following the pattern ``*.json`` are loaded as ADMs.
21
+
All files in the search subdirectories following the pattern ``*.yang`` are loaded as ADMs.
0 commit comments