Skip to content

Commit

Permalink
Merge pull request #496 from ripe-tech/dva/fix_documentation
Browse files Browse the repository at this point in the history
#478 Fix CSR documentation compilation
  • Loading branch information
3rdvision authored Mar 2, 2023
2 parents 7a07234 + 745e0fe commit 749c95c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ package-lock.json
/src/python/ripe_demo/static/js/ripe.three.min.js
/src/python/ripe_demo/static/js/ripe.three.min.js.map
/src/python/ripe_demo/static/css/ripe.css

/documentation/src/.vuepress
/documentation/node_modules
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

* Update `initialsConfig()` to match remote logic - [#429](https://github.com/ripe-tech/ripe-sdk/issues/429)
* Update `.gitignore` to ignore CSR documentation compilation files - [#478](https://github.com/ripe-tech/ripe-sdk/issues/478)

### Fixed

*
* Fix div tag outside code block in CSR documentation - [#478](https://github.com/ripe-tech/ripe-sdk/issues/478)

## [2.39.0] - 2023-02-24

Expand Down
2 changes: 1 addition & 1 deletion documentation/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ window.ripeInstance = new Ripe({
## Binding a configurator
To provide an interactive product visualization you simply need to pass a <div> element to the method bindConfigurator. Subscribe to the event loaded and you will know when your configurator is loaded.
To provide an interactive product visualization you simply need to pass a `<div>` element to the method bindConfigurator. Subscribe to the event loaded and you will know when your configurator is loaded.
```js
window.ripeInstance.bindConfigurator(
Expand Down

1 comment on commit 749c95c

@vercel
Copy link

@vercel vercel bot commented on 749c95c Mar 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

ripe-sdk – ./

ripe-sdk-swart.vercel.app
ripe-sdk-platforme.vercel.app
ripe-sdk-git-master-platforme.vercel.app

Please sign in to comment.