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

add index page for docs #14

Merged
merged 4 commits into from
Feb 7, 2024
Merged

add index page for docs #14

merged 4 commits into from
Feb 7, 2024

Conversation

pkucmus
Copy link
Collaborator

@pkucmus pkucmus commented Jan 8, 2024

We're missing the index of the documentation page. This is to add one even if it's simple. I also added link to Mirumee.

@pkucmus pkucmus added the documentation Improvements or additions to documentation label Jan 8, 2024
@pkucmus pkucmus requested a review from rafalp January 8, 2024 22:28
@pkucmus pkucmus self-assigned this Jan 8, 2024
Copy link
Contributor

@rafalp rafalp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs need more "why" answers to be helpful:

Saleor ID encoding -> decode-id and encode id utilities are provided for quick conversion of items IDs from and to the GraphQL.

Install Hatch -> Install Hatch to run developer utilities:

Copy link
Contributor

@rafalp rafalp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions

README.md Outdated
Install [Hatch](https://hatch.pypa.io/latest/install/#pipx).

### Documentation

You can deploy a local documentation service, it reloads changes and allow for a live preview of how the documentation will look like after publication:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This quite a busy sentence. Lets split it into two:

  1. Run the blow command to start a dev server with the documentation site:
  2. (below the code) Dev server provides a live reload on changes and lets you preview the site after it's published.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
Co-authored-by: Rafał Pitoń <rafio.xudb@gmail.com>
README.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
docs/index.md Outdated Show resolved Hide resolved
pip install saleor-sdk-python
```

## Key features
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would consider dropping this part and moving 2-3 most important things from this to "introduction".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decided to keep it here.
However when we will introduce docs for marina then we will decide to move it to introduction

@pkucmus pkucmus merged commit 88547a1 into main Feb 7, 2024
5 checks passed
@pkucmus pkucmus deleted the feature/index_docs branch February 7, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants