Skip to content

Commit

Permalink
Small updates to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenyc committed Dec 19, 2020
1 parent b344ffe commit ae7ed0d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is a Laravel package to help promote social proof and legitimacy within your application. With a simple blade component added to any page you can share with potential customers or users that other customers are using and/or paying for your product. A simple pop-up will display in the corner of page with information such as "Someone in New York purchased the annual plan 2 minutes ago."

Full documentation can be found at [laravelbandwagon.com](https://www.laravelbandwagon.com)

# Getting Started

## Installation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bndwgn/laravel-bandwagon",
"description": "",
"description": "Social proof package for Laravel",
"keywords": [
"bandwagon"
],
Expand All @@ -16,7 +16,7 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/contracts": "^8.0"
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
/**
* Ref: https://vuepress.vuejs.org/guide/deploy.html#github-pages
*/
base: '/laravel-bandwagon',
base: '/',

/**
* Extra tags to be injected to the page HTML `<head>`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.vuepress/dist
Submodule dist updated from 053cfd to 5aa58a
12 changes: 6 additions & 6 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ tagline: Social proof package for Laravel
actionText: Quick Start →
actionLink: /guide/
features:
- title: Plug and Play
details: Minimal
- title: Feature 2 Title
details: Feature 2 Description
- title: Feature 3 Title
details: Feature 3 Description
- title: Built for Laravel
details: Easy plug and play social proof solution for any Laravel project
- title: Gain trust with customers
details: Show your customers that other people are using and paying for your product
- title: Highly customizeable
details: Take control of the way it renders, make it your own
footer: Made by Alex Harris with ❤️
---

0 comments on commit ae7ed0d

Please sign in to comment.