chore: move doc dir to docs

This commit is contained in:
sithlord48
2026-02-22 15:51:20 -05:00
committed by Chris Rizzitello
parent 5ea8874583
commit dfae2aaf20
12 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ else()
set(CMAKE_INSTALL_I18N_DIR ${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME}/translations)
endif()
add_subdirectory(doc)
add_subdirectory(docs)
# build translations before source, I18N unit tests fail if they are missing
add_subdirectory(translations)

View File

@ -17,7 +17,7 @@ path = [
, "sonar-project.properties"
, "cmake/vcpkg.json.in"
, "**/*.md"
, "doc/**"
, "docs/**"
, "deploy/linux/flatpak/**"
, "deploy/linux/org.deskflow.deskflow.metainfo.xml"
, "deploy/windows/wix-patch.xml.in"

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB