-
Notifications
You must be signed in to change notification settings - Fork 797
Umbraco Commerce store setup docs #6848
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
Conversation
…nd 15.0.3" This reverts commit 6f3d832.
@eshanrnh It's proving hard to review this directly from the markdown, I'd really like to see it in the actual docs site. Is that something we can do? or, if not, can we just merge it and I have a task on my todo list to review the docs structure etc anyway so could just come and cleanup anything I think needs cleaning up. |
Hi @mattbrailsford and @acoumb ! You can preview the changes using the link the box just below the comments here. However, all new articles will need to be added to the SUMMARY.md file first, otherwise they will not show up in the published docs or on GitBook. Hope it makes sense! |
@acoumb can you make sure the |
@mattbrailsford summary updated |
@acoumb something isn't right here as all your other changes have gone. Also, if you have steps broken down into sub pages, these also need adding to the SUMMARY page. |
Indeed, I've reverted them some weeks ago when I added some UI Builder release notes. Taking care of this now. |
@mattbrailsford it should be alright now. Summary points to the setup store overview where all links are listed. |
Something still isn't right as the links on the first overview page aren't working https://docs.umbraco.com/umbraco-commerce/~/revisions/DqkqRGXUWsFxB3DlbBoY/tutorials/overview-1 I believe that only pages listed in the |
@mattbrailsford summary updated |
Thanks @mattbrailsford (and happy birthday 🥳 ) |
And minor grammar and typo fixes.
Also sorted some steps into an ordered list to make it a little easier to follow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guides and tutorial looks great.
It would be great if you could add file names to the code snippets.
There are quite a few snippets throughout the guides and the steps in the tutorial, and it is not always clear which file the code should go into.
So, for consistency I suggest that file names are added to each code snippet.
It can be done by wrapping the code snippets like this:
{% code title="filenamehere.cs" %}
```csharp
//this is a code snippet.
```
{% endcode %}
I can do some, probably most, but there are some instances were I wouldn't know which file name to add.
Co-authored-by: sofietoft <[email protected]>
@sofietoft that should be everything addressed 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @mattbrailsford ! 👏
I'll get this merged.
Let me know when we're ready @mattbrailsford ! I'll add the redirects after this is merged. |
@sofietoft Should be good to go now. I just spotted a few |
Description
Documentation on setting up a store in
Umbraco Commerce
and common use cases documented using this demo store.This is a draft version awaiting review from @mattbrailsford .
Type of suggestion
Product & version (if relevant)
Deadline (if relevant)
Pending review