Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: local::., pkgdown@2.0.9
extra-packages: any::pkgdown, local::.
needs: website

- name: Deploy package
Expand Down
19 changes: 9 additions & 10 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
url: https://r-spatial.github.io/qgisprocess
template:
bootstrap: 5
bslib:
pkgdown-navbar-bg: '#497d29'

navbar:
bg: custom
structure:
right: [github, twitter, linkedin]

components:
github:
icon: fa-github
Expand All @@ -15,26 +14,26 @@ navbar:

reference:
- title: "Discover and learn geoprocessing algorithms"
- contents:
contents:
- has_concept("topics about information on algorithms & processing providers")
- title: "Prepare special input arguments"
- contents:
contents:
- has_concept("topics about preparing input values")
- title: "Run geoprocessing algorithms"
- contents:
contents:
- has_concept("functions to run one geoprocessing algorithm")
- qgis_function
- title: "Handle processing results"
- contents:
contents:
- qgis_extract_output
- qgis_clean_result
- has_concept("main functions to access or manage processing results")
- title: "Coerce processing output"
- contents:
contents:
- has_concept("topics about coercing processing output")
- title: "Explore and manage QGIS and qgisprocess state"
- contents:
contents:
- has_concept("functions to manage and explore QGIS and qgisprocess")
- title: "Programming and debugging"
- contents:
contents:
- has_concept("topics about programming or debugging utilities")
7 changes: 1 addition & 6 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ h1,h2,h3 {
font-weight: bold;
}


.navbar-dark {
background-color:#497d29;
}

.navbar-dark input[type="search"] {
.nav-item input[type="search"] {
border-color: #6c757d;
background-color: #ffffff;
color: #212529;
Expand Down