| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location. | ||||
| * | docs(nixd): update default root dir description (#3121) | Raphael | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | fix(nixd): remove unnecessary nid.json root pattern (#3120) | Raphael | 2024-04-23 | 1 | -1/+1 |
| | | | | | | | | Problem: Starting with nixd 2.0.2 the '.nixd.json' file will no longer be needed. Solution: remove .nidx.json Co-authored-by: Ruixi-rebirth <ruixirebirth@gmail.com> | ||||
| * | fix(nixd): nixd.json should be a dot file (#2689) | Ruixi-rebirth | 2023-06-22 | 1 | -1/+1 |
| | | | | add missing dot on nixd.json file | ||||
| * | fix(nixd): add nixd.json as root_dir pattern (#2665) | Ruixi-rebirth | 2023-06-10 | 1 | -2/+4 |
| | | |||||
| * | feat: add nixd support (#2644) | Ruixi-rebirth | 2023-06-03 | 1 | -0/+23 |
