Changed homepage cta text, Change github link logo, Fixed spelling mistakes
This commit is contained in:
parent 486daf309c
commit 285a1e7d23
4 changed files with 9 additions and 6 deletions
3 public/icons/github.svg Normal file
3
public/icons/github.svg Normal file | @ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" height="24" width="24" viewBox="0 0 24 24"> | ||||
<path d="m23.128 12.565q0 3.6371-2.1228 6.5423-2.1228 2.9053-5.4846 4.021-0.39123 0.07234-0.57236-0.10146-0.18114-0.17388-0.18114-0.43466v-3.0575q0-1.4055-0.75349-2.0576 0.82595-0.08718 1.4853-0.26087 0.6593-0.17388 1.3621-0.56514 0.70277-0.39117 1.1737-0.96354 0.47093-0.57238 0.76798-1.5215 0.29705-0.94908 0.29705-2.1807 0-1.7533-1.1447-2.985 0.537-1.318-0.115-2.9555-0.406-0.1304-1.174 0.1594-0.768 0.2899-1.333 0.6376l-0.551 0.3478q-1.347-0.3767-2.782-0.3767-1.4345 0-2.7821 0.3767-0.2319-0.1594-0.6159-0.3913-0.384-0.2318-1.2099-0.5578-0.8259-0.3261-1.2461-0.1957-0.6376 1.6375-0.1015 2.956-1.1447 1.2315-1.1447 2.9855 0 1.2316 0.29705 2.1735 0.29705 0.94193 0.76073 1.5215 0.46369 0.57961 1.1665 0.97078 0.70277 0.39126 1.3621 0.56514 0.6593 0.17388 1.4852 0.26087-0.57961 0.52165-0.71003 1.4924-0.30429 0.14495-0.65206 0.21738-0.34777 0.07234-0.82595 0.07234-0.47817 0-0.9491-0.3115-0.471-0.311-0.8043-0.906-0.2753-0.463-0.7027-0.753-0.4275-0.29-0.7173-0.348l-0.2898-0.04359q-0.3043 0-0.42022 0.06491-0.11592 0.06492-0.072428 0.16665 0.043493 0.10136 0.13041 0.20282 0.086895 0.10146 0.18838 0.17388l0.10143 0.07234q0.31878 0.14495 0.63033 0.55067 0.31154 0.40572 0.45644 0.73902l0.1449 0.33321q0.18837 0.55067 0.63757 0.89121 0.44919 0.34053 0.97084 0.43466 0.52165 0.09422 1.0071 0.10146 0.48542 0.0093 0.80421-0.051l0.33327-0.05749q0 0.55067 0.00742 1.2896 0.00742 0.73902 0.00742 0.78252 0 0.26078-0.18838 0.43466-0.18837 0.17388-0.57961 0.10146-3.3617-1.1157-5.4845-4.021-2.1232-2.9048-2.1232-6.5419 0-3.0284 1.4925-5.586 1.4924-2.5564 4.0499-4.0488 2.5575-1.4925 5.586-1.4925t5.586 1.4925q2.5575 1.4924 4.05 4.0499 1.4925 2.5576 1.4925 5.586z"/> | ||||
</svg> |
After Width: | Height: | Size: 1.7 KiB |
| @ -1,9 +1,9 @@ | |||
# Updating BookStack | ||||
| ||||
BookStack is updated regularly and the version number follow [semantic versioning](http://semver.org/). The latest release can be found on [GitHub here](https://github.com/ssddanbrown/BookStack/releases) and detailed information on releases is posted on the [BookStack blog here](https://www.bookstackapp.com/blog/tag/releases/). | ||||
BookStack is updated regularly and the version numbering follows [semantic versioning](http://semver.org/). The latest release can be found on [GitHub here](https://github.com/ssddanbrown/BookStack/releases) and detailed information on releases is posted on the [BookStack blog here](https://www.bookstackapp.com/blog/tag/releases/). | ||||
| ||||
**Before updating you should back up the database and any file uploads to prevent potential data loss**. Updating is current done via Git version control. To update BookStack you can run the following command in the root directory of the application: | ||||
**Before updating you should back up the database and any file uploads to prevent potential data loss**. Updating is currently done via Git version control. To update BookStack you can run the following command in the root directory of the application: | ||||
``` | ||||
git pull origin release && composer install && php artisan migrate | ||||
``` | ||||
This command will update the repository that was created in the installation, install the PHP dependencies using `composer` then run the database migrations. | ||||
This command will update the repository that was created in the installation, install the PHP dependencies using `composer` then run then update the database with any required changes. |
| @ -53,7 +53,7 @@ | |||
<a href="/docs"><span class="icon">{!! icon('book') !!}</span> Documentation</a> | ||||
<a href="/#features"><span class="icon">{!! icon('star') !!}</span> Features</a> | ||||
<a href="/#demo"><span class="icon">{!! icon('touch_app') !!}</span> Demo</a> | ||||
<a href="https://github.com/ssddanbrown/BookStack" target="_blank"><span class="icon">{!! icon('code') !!}</span> Github</a> | ||||
<a href="https://github.com/ssddanbrown/BookStack" target="_blank"><span class="icon">{!! icon('github') !!}</span> Github</a> | ||||
<a href="/blog" target="_blank"><span class="icon">{!! icon('rss_feed') !!}</span> Blog</a> | ||||
</div> | ||||
</div> | ||||
| @ -78,7 +78,7 @@ | |||
<a href="/docs"><span class="icon">{!! icon('book') !!}</span> Documentation</a> | ||||
<a href="/#features"><span class="icon">{!! icon('star') !!}</span> Features</a> | ||||
<a href="/#demo"><span class="icon">{!! icon('touch_app') !!}</span> Demo</a> | ||||
<a href="https://github.com/ssddanbrown/BookStack" target="_blank"><span class="icon">{!! icon('code') !!}</span> Github</a> | ||||
<a href="https://github.com/ssddanbrown/BookStack" target="_blank"><span class="icon">{!! icon('github') !!}</span> Github</a> | ||||
<a href="/blog" target="_blank"><span class="icon">{!! icon('rss_feed') !!}</span> Blog</a> | ||||
</div> | ||||
</div> | ||||
| |
| @ -3,7 +3,7 @@ | |||
@section('header') | ||||
<div class="row"> | ||||
<div class="col-md-4 spaced"> | ||||
<h2 >Simple & Free Documentation</h2> | ||||
<h2 >Simple & Free <br>Wiki Software</h2> | ||||
<p>BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.</p> | ||||
<a href="https://github.com/ssddanbrown/BookStack" class="button pos " target="_blank">View on GitHub</a> | ||||
</div> | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue