Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat convert into GitHub page #136

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

martin-sanjuan
Copy link
Contributor

[Reviewer: Ignore _site files, are bundled from the md]
[Rebuild of PR]

What is Jekyll

Jekyll is a Ruby-based static site generator witch allows simpling make websites using a template system base on HTML or markdown. It's also integrated with Github pages.

It provides us many features to reuse some code, but as MPV, transforms our current markdowns in a Github page.

What changes are needed

If we don't want to use any feature, the only difference is the file header:

Instead of:

Store
======

The Store resource contains general settings and information about a {{site.data.institutional.name.mixed}}'s store.

Properties
----------

We should specify the template using the following header:

---
layout: default
---

Store
======

The Store resource contains general settings and information about a {{site.data.institutional.name.mixed}}'s store.

Properties
----------

You can find the documentation about how to run locally on README.md.

Privacy

The documentation will be published as a Github Page, and it's public, but the repository could be private to the people that belong to TiendaNue.

# Resources

* DA feedback: Executors registration

* DA feedback: Rename promotion to discount when describing discount application

* DA feedback: Delete duplicated shipping data object and add missed payment data object

* DA feedback: Fix free_shipping property in product data object

* DA feedback: Indicate that the executor needs to be registered with a store parameter

* DA feedback: Rename Cross items to Cross Items

* DA feedback: Add tiers explanation

* DA feedback: Adjust readme, openapi update and rebuild

* DA feedbac: Add alert to inform that the documentation is on an experimental phase

* Add main.css
@github-pages github-pages bot temporarily deployed to github-pages June 2, 2021 17:27 Inactive
* Update discount api docs

* Apply API modifications for discount calculation
@github-pages github-pages bot temporarily deployed to github-pages July 1, 2021 17:08 Inactive
@github-pages github-pages bot temporarily deployed to github-pages July 19, 2021 20:05 Inactive
@github-pages github-pages bot temporarily deployed to github-pages August 19, 2021 20:07 Inactive
@github-pages github-pages bot temporarily deployed to github-pages September 1, 2021 17:24 Inactive
@github-pages github-pages bot temporarily deployed to github-pages November 2, 2021 18:24 Inactive
@github-pages github-pages bot temporarily deployed to github-pages November 9, 2021 19:53 Inactive
@github-pages github-pages bot temporarily deployed to github-pages November 15, 2021 10:08 Inactive
@github-pages github-pages bot temporarily deployed to github-pages December 23, 2021 15:53 Inactive
@github-pages github-pages bot temporarily deployed to github-pages January 21, 2022 15:44 Inactive
@github-pages github-pages bot temporarily deployed to github-pages January 27, 2022 10:18 Inactive
* Add DELETE /promotions/id

* chore: build docs

Co-authored-by: Martin San Juan <[email protected]>
@github-pages github-pages bot temporarily deployed to github-pages March 9, 2022 11:44 Inactive
* Explain amount on line_items documentation

* build: rebuild api doc

Co-authored-by: Martin San Juan <[email protected]>
@github-pages github-pages bot temporarily deployed to github-pages March 11, 2022 17:54 Inactive
* Explain amount on line_items documentation

* build: rebuild api doc

* docs: update documentation to v2

Co-authored-by: Juan Manuel Perez Desimone <[email protected]>
@github-pages github-pages bot temporarily deployed to github-pages March 23, 2022 20:20 Inactive
@github-pages github-pages bot temporarily deployed to github-pages April 12, 2022 18:24 Inactive
* Add currency and command order execution disclaimers

* Wording feedback

* docs: rebuild

* rename original_price

Co-authored-by: Martin San Juan <[email protected]>
@github-pages github-pages bot temporarily deployed to github-pages April 21, 2022 18:40 Inactive
* Fix indentation

* Discount openAPI changes

* chore: build

Co-authored-by: Martin San Juan <[email protected]>
@github-pages github-pages bot temporarily deployed to github-pages May 26, 2022 18:38 Inactive
* Fix indent

* openAPI: Add PATCH promotions

* build

* Fix 404

* build

Co-authored-by: Martin San Juan <[email protected]>
@github-pages github-pages bot temporarily deployed to github-pages June 8, 2022 11:34 Inactive
* Discounts: Update open api - create deactivate promotion

* build

Co-authored-by: Martin San Juan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants