Skip to content

Commit

Permalink
README/docs/theme comment: Copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Feb 11, 2021
1 parent e6a33af commit 0e9bef9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Open Standards Lab
Open Standards Lab. A web tool for users and creators of Open Standards.

# Setting up and running Open Standards Lab
# Installing and running Open Standards Lab

## Developing standards-lab code
Installing standards lab to develop the standards-lab code
Expand Down Expand Up @@ -40,4 +40,6 @@ Then
```
docker-compose build
docker-compose up
```
```

[See developer docs for more information](docs/developer/)
4 changes: 3 additions & 1 deletion docs/developer/contributing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Contributing to Standards Lab

We welcome all contributions to Standards Lab. Authors should have the copyrights to any contributions and agree that the contribution is licensed under the same license as the Standards Lab project.
We welcome all contributions to Standards Lab. Authors should have the copyrights to any contributions and agree that the contribution is licensed under the same license as the Standards Lab project.

Before embarking on contributions we recommend [opening an issue](https://github.com/OpenDataServices/standards-lab/issues/new) to discuss ideas and issues with the community.
2 changes: 1 addition & 1 deletion docs/developer/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ docker-compose run --rm -v $(pwd):/code standards-lab-web pip-compile --upgrad
(Re)Generate the requirements files:

```
$ pip-compile
$ pip-compile <selected requirements.in file>
```

Upgrade the requirements:
Expand Down
5 changes: 3 additions & 2 deletions standards_lab/ui/static/theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*! `Custom` Bootstrap 4 theme */
/* Bootstrap v4.5.0 (https://getbootstrap.com/)
/* Custom Bootstrap 4 theme generated via https://themestr.app/
* This provides a basic overlay from the default theme
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down

0 comments on commit 0e9bef9

Please sign in to comment.