Skip to content

Commit

Permalink
Merge main and resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes committed Dec 11, 2023
2 parents 7d795d1 + 04f71c8 commit 623d28a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
12 changes: 12 additions & 0 deletions docusaurus-docs/community/contribute/contribute-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,15 @@ the API make sure the update the OpenAPI/Swagger specification in
endpoint when running conda-store. Ensure that the
`c.CondaStoreServer.url_prefix` is set to `/` when generating the
endpoints.
<!-- TODO -->

## Workflows

### Changes to API

The REST API is considered somewhat stable. If any changes are made to
the API make sure the update the OpenAPI/Swagger specification in
`docs/_static/openapi.json`. This may be downloaded from the `/docs`
endpoint when running conda-store. Ensure that the
`c.CondaStoreServer.url_prefix` is set to `/` when generating the
endpoints.
8 changes: 0 additions & 8 deletions docusaurus-docs/community/contribute/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
description: Contribute to conda-store's documentation
---

# Contribute documentation

> **Note**
> This page in active development.
Expand Down Expand Up @@ -45,9 +43,3 @@ npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Storybook

```shell
npm run storybook
```
1 change: 0 additions & 1 deletion docusaurus-docs/community/maintenance/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ Release captain responsible - <@gh_username>
[^github-activity]: If you wish, use [`github-activity` to generate a changelog](https://github.com/choldgraf/github-activity), eg `github-activity conda-incubator/conda-store --since 2023.9.1 --until 2023.10.1`.
```
<!-- TODO: Add conda-store-ui and jupyterlab -->

0 comments on commit 623d28a

Please sign in to comment.