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

Move guides to new docs site #2740

Merged
merged 5 commits into from
May 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
107 changes: 0 additions & 107 deletions guides/index.md

This file was deleted.

43 changes: 0 additions & 43 deletions guides/list.rb

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ point-form summary of how you can get started with assets:
directory tree.
- You can override assets provided by the `solidus_frontend` and
`solidus_backend` gems, or any other gems. See the [Override Solidus
assets](override-solidus-assets.md) article for more information.
assets](override-solidus-assets.html) article for more information.

## Solidus's asset pipeline

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This article provides an overview of how Solidus manages assets. Note that it
assumes that you are using the `solidus_frontend` and `solidus_backend` gems
that are included as part of a typical Solidus installation.

[asset-management]: asset-management.md#managing-application-assets
[asset-management]: asset-management.html#managing-application-assets

## Overrides and upgrading Solidus

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Spree::Calculators::Shipping::FlatPercentItemTotal.find(3).preferences
# => {:flat_percent=>0.2e1}
```

[model-preferences]: ../preferences/add-model-preferences.md
[model-preferences]: ../preferences/add-model-preferences.html

### Preferred methods

Expand Down Expand Up @@ -124,5 +124,5 @@ of custom calculator you may want to build:
- [Custom shipping calculators][custom-shipping-calculators]
- [Custom tax calculators][custom-tax-calculators]

[custom-shipping-calculators]: ../shipments/custom-shipping-calculators.md
[custom-tax-calculators]: ../taxation/custom-tax-calculators.md
[custom-shipping-calculators]: ../shipments/custom-shipping-calculators.html
[custom-tax-calculators]: ../taxation/custom-tax-calculators.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The rest of this article summarizes the available promotion calculators, grouped
by the types of promotions they can calculate (either order, line item, or
shipment promotions).

[shipping-calculators]: shipping-calculators.md
[shipping-calculators]: shipping-calculators.html

## Order or line item promotions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ to update any preference. For example:
Spree::Calculator.find(1).update(preferred_currency: "EUR")
```

[custom-shipping-calculators]: ../shipments/custom-shipping-calculators.md
[preferred-methods]: overview.md#preferred-methods
[custom-shipping-calculators]: ../shipments/custom-shipping-calculators.html
[preferred-methods]: overview.html#preferred-methods

## Flat percent

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ If your store's tax requirements are more complicated, you may want to create a
[custom tax calculator][custom-tax-calculator] or use an extension like
[`solidus_tax_cloud`][solidus-tax-cloud].

[custom-tax-calculator]: ../taxation/custom-tax-calculators.md
[custom-tax-calculator]: ../taxation/custom-tax-calculators.html
[default-tax-calculator]: https://github.com/solidusio/solidus/blob/master/core/app/models/spree/calculator/default_tax.rb
[solidus-tax-cloud]: https://github.com/solidusio-contrib/solidus_tax_cloud
[taxation]: ../taxation/overview.md
[taxation]: ../taxation/overview.html

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ shipment.

<!--For more information, see the [Inventory units][inventory-units] article.-->

[inventory-units]: inventory-units.md
[inventory-units]: inventory-units.html

## Stock management

Expand All @@ -70,7 +70,7 @@ specific stock location.

<!--For more information, see the [Stock items][stock-items] article.-->

[stock-items]: stock-items.md
[stock-items]: stock-items.html

### Stock movements

Expand All @@ -83,7 +83,7 @@ the item's `count_on_hand` increases or decreases.

<!--For more information, see the [Stock movements][stock-movements] article.-->

[stock-movements]: stock-movements.md
[stock-movements]: stock-movements.html

### Stock locations

Expand Down Expand Up @@ -121,4 +121,4 @@ for many reasons.
For more information, see the [Returns][returns]
documentation.

[returns]: ../returns/overview.md
[returns]: ../returns/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ administrator changes the value to `20`, they are creating a

See the [Stock movements][stock-movements] article for more information.

[stock-movements]: stock-movements.md
[stock-movements]: stock-movements.html

## Backorderable stock items

Expand All @@ -63,4 +63,4 @@ until the stock has been replenished. Once the item is in stock again, each
backordered inventory unit's `state` value is changed from `backordered` to
`on_hand` and the shipment becomes shippable.

[inventory-units]: inventory-units.md
[inventory-units]: inventory-units.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ multiple zones, or none at all.

Whenever you create a tax rate or a new shipping method, it must be tied to at
least one zone. For a deeper discussion of zones [see the Zones
article](zones.md).
article](zones.html).

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ the values of the [`payment_state`][payment-states] and
Documentation about the checkout flow could be extended.
-->

[payment-states]: ../payments/overview.md#payment-states
[shipment-states]: ../shipments/overview.md#shipment-states
[payment-states]: ../payments/overview.html#payment-states
[shipment-states]: ../shipments/overview.html#shipment-states
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ Because orders are so integral to Solidus, there are a number of methods
available that let you easily display order totals and subtotals. For more
information, see the [Display totals methods][display-total-methods] article.

[display-total-methods]: display-total-methods.md
[order-state-machine]: order-state-machine.md
[shipment-states]: ../shipments/overview.md#shipping-states
[special-instructions]: ../shipments/user-interface-for-shipments.md#shipping-instructions
[update-orders]: update-orders.md
[display-total-methods]: display-total-methods.html
[order-state-machine]: order-state-machine.html
[shipment-states]: ../shipments/overview.html#shipping-states
[special-instructions]: ../shipments/user-interface-for-shipments.html#shipping-instructions
[update-orders]: update-orders.html

## Related models

Expand Down Expand Up @@ -109,7 +109,7 @@ promotions) or increase it (via [shipments][shipments] and [taxes][taxes]).
Add link to adjustments guide once it is merged.
-->

[taxes]: ../taxation/overview.md
[taxes]: ../taxation/overview.html

### Shipments

Expand All @@ -124,7 +124,7 @@ item belongs to. Inventory units provide a link between the order and

For more information, see the [Shipments][shipments] documentation.

[shipments]: ../shipments/overview.md
[shipments]: ../shipments/overview.html

### Addresses

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The following is a list of the available payment states:
For more information about `Spree::Payment`s and the Solidus payments system,
see the [Payments][payments] documentation.

[payments]: ../payments/overview.md
[payment-sources]: ../payments/payment-sources.md
[payments]: ../payments/overview.html
[payment-sources]: ../payments/payment-sources.html

## Completed payments

Expand Down Expand Up @@ -80,7 +80,7 @@ equal either the full payment amount or just a part of the full payment.

For more information, see the [Refunds][refunds] documentation.

[refunds]: ../payments/refunds.md
[refunds]: ../payments/refunds.html

## Checking payment states

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ integration.
For more information about payment service providers in Solidus, see the
[Payment service providers][payment-service-providers] article.

[payment-service-providers]: payment-service-providers.md
[payment-service-providers]: payment-service-providers.html
-->

[psp]: https://en.wikipedia.org/wiki/Payment_service_provider
Expand All @@ -74,7 +74,7 @@ credit card payment methods, and some other basic payment methods.

For more information, see the [Payment methods][payment-methods] article.

[payment-methods]: payment-methods.md
[payment-methods]: payment-methods.html

## Payments

Expand All @@ -97,7 +97,7 @@ provider, the state could become `complete`, `failed`, `void`, and so on.
For more information about payments, see the [Payments][payments] article.
-->

[payments]: payments.md
[payments]: payments.html

## Payment sources

Expand All @@ -122,7 +122,7 @@ class has a `payment_type` method that could have a value of `ApplePay`,
methods][payment-sources] article.
-->

[payment-sources]: payment-sources.md
[payment-sources]: payment-sources.html
[solidus-paypal-braintree]: https://github.com/solidusio/solidus_paypal_braintree

## Payment processing
Expand All @@ -135,4 +135,4 @@ service provider.
For more information about processing payments, see the [Payment
processing][payment-processing] article.

[payment-processing]: payment-processing.md
[payment-processing]: payment-processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ service providers][payment-service-providers] article. -->
-->

[payment-method-base]: https://github.com/solidusio/solidus/blob/master/core/app/models/spree/payment_method.rb
[payment-service-providers]: payment-service-providers.md
[payment-service-providers]: payment-service-providers.html

## Preferences

Expand All @@ -58,7 +58,7 @@ payment service provider for [processing][payment-processing]. If the
administrator must manually capture payments. However, you can set any payment
method to auto-capture payments.

[payment-processing]: payment-processing.md
[payment-processing]: payment-processing.html

### Application-wide auto-capture default

Expand Down
Loading