GitBook: [master] 8 pages modified

pull/211/head
jamesramm 2018-12-28 09:46:53 +00:00 zatwierdzone przez gitbook-bot
rodzic a855dd6bea
commit 52ee54d9e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 07D2180C7B12D0FF
8 zmienionych plików z 58 dodań i 17 usunięć

Wyświetl plik

@ -1,8 +0,0 @@
* longclaw version:
* Django version:
* Python version:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

2
.github/README.md vendored 100644
Wyświetl plik

@ -0,0 +1,2 @@
# .github

10
.github/issue_template.md vendored 100644
Wyświetl plik

@ -0,0 +1,10 @@
# ISSUE\_TEMPLATE
* longclaw version:
* Django version:
* Python version:
## Description
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.

27
README.md 100644
Wyświetl plik

@ -0,0 +1,27 @@
---
description: Longclaw is an e-commerce extension for Wagtail CMS
---
# Longclaw
## Getting Super Powers
Becoming a super hero is a fairly straight forward process:
```
$ give me super-powers
```
{% hint style="info" %}
Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}
Once you're strong enough, save the world:
```
// Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```

8
SUMMARY.md 100644
Wyświetl plik

@ -0,0 +1,8 @@
# Table of contents
* [Longclaw](README.md)
* [.github](.github/README.md)
* [ISSUE\_TEMPLATE](.github/issue_template.md)
* [longclaw](longclaw/README.md)
* [Frontend libraries for Longclaw](longclaw/client.md)

Wyświetl plik

@ -0,0 +1,2 @@
# longclaw

Wyświetl plik

@ -0,0 +1,9 @@
# Frontend libraries for Longclaw
This library contains a javascript client for the [Longclaw e-commerce library](client.md).
There are two options for using this library:
1. Install with npm \(`npm i longclawclient --save`\) and then use as you would any other es6+ module \(i.e. as part of a webpack or similar workflow\)
2. Use the built distribution in HTML/browser scripts by loading it with the templatetags provided with Longclaw. The api library will be exposed as a global object named `longclawclient`

Wyświetl plik

@ -1,9 +0,0 @@
## Frontend libraries for Longclaw
This library contains a javascript client for the [Longclaw e-commerce library]().
There are two options for using this library:
1. Install with npm (`npm i longclawclient --save`) and then use as you would any other es6+ module (i.e. as part of a webpack or similar workflow)
2. Use the built distribution in HTML/browser scripts by loading it with the templatetags provided with Longclaw. The api library will be exposed as a global object named `longclawclient`