Skip to content

Commit

Permalink
Merge pull request #72 from timlinux/docs
Browse files Browse the repository at this point in the history
Remove Kartoza from footer etc
  • Loading branch information
danangmassandy authored Sep 7, 2023
2 parents 4023d88 + 6a4c1c2 commit 3888d1c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
white-space: normal;
color: grey;
@bottom-right {
content: 'Copyright © Kartoza';
content: 'Copyright © Unicef';
margin-top: -25mm;
margin-right: 10mm;
}
Expand All @@ -39,7 +39,7 @@
}

body{
background-image: url('../img/kartozaBackgroundBorder.png');
background-image: url('../img/BackgroundBorder.png');
background-repeat: no-repeat;
background-size: cover;
font-family: avenir;
Expand Down
4 changes: 2 additions & 2 deletions docs/mkdocs-base.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
site_name: GeoRepo-OS
site_description: "Project technical and user documentation."
site_author: "Kartoza"
site_author: "Unicef"
docs_dir: ./src
site_dir: ./site
repo_name: "GeoRepo-OS"
repo_url: "https://github.com/unicef-drp/GeoRepo-OS"
edit_uri: "https://github.com/unicef-drp/GeoRepo-OS/blob/main/docs/"

copyright: Kartoza and Contributors
copyright: Unicef and Contributors

markdown_extensions:
- attr_list # lets us resize images see https://github.com/mkdocs/mkdocs/issues/1678#issuecomment-455500757
Expand Down
10 changes: 4 additions & 6 deletions docs/mkdocs-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@ theme:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kartoza
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/kartoza/
link: https://github.com/unicef-drp/
- icon: fontawesome/brands/twitter
link: https://twitter.com/KartozaGeo
link: https://twitter.com/UNICEF
- icon: fontawesome/brands/facebook
link: https://kartoza.com
link: https://www.facebook.com/unicef/
- icon: fontawesome/solid/earth-africa
link: https://kartoza.com
link: https://www.unicef.org/

extra_css:
- css/print.css
Expand Down
4 changes: 2 additions & 2 deletions docs/mkdocs-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:
# And don't get it confused with https://github.com/zhaoterryy/mkdocs-pdf-export-plugin
# which is intended to export a single page at a time
output_path: ../pdfs/Documenation.pdf
author: Kartoza Pty (Ltd.)
author: Unicef
# copyright will draw in page.bottom-right
# do it manually in templates/styles.scss
# for more control
Expand All @@ -21,7 +21,7 @@ plugins:
back_cover: true
cover_title: GeoRepo-OS
cover_subtitle: GeoSpatial Business Intelligence Platform
cover_logo: ./resources/img/logo/kartoza-logo.svg
cover_logo: ./resources/img/logo/logo.svg
# Print css is defined in templates/styles.scss
#custom_template_path: TEMPLATES PATH
#
Expand Down
2 changes: 1 addition & 1 deletion docs/src/about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Fill in the [Pull Request Template](../developer/guide/templates/pull-request-te

This project and everyone participating in it is governed by the [Code of
Conduct](code-of-conduct.md). By participating, you are expected to uphold this
code. Please report unacceptable behavior to [email protected].
code. Please report unacceptable behavior to our team.

> This guide is based on [atom contributing
guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md),
Expand Down
6 changes: 1 addition & 5 deletions docs/src/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@ Published under AGPL-3. See the [full license](license.md) text.


## Project Funders/Backers
This project was conceptualized and initially funded by Unicef.

## Logos

Another fine project contributed to by: [Kartoza.com](https://kartoza.com)
This project was conceptualized and funded by Unicef.

1 comment on commit 3888d1c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for django_project/dashboard

St.
Category Percentage Covered / Total
🔴 Statements 5.94% 443/7456
🔴 Branches 1% 40/3983
🔴 Functions 3.06% 58/1895
🔴 Lines 6% 437/7289

Test suite run success

12 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 3888d1c

Please sign in to comment.