Skip to content

Extend @key annotation documentation#1

Open
Mario-DL wants to merge 1 commit intogh-pagesfrom
docs/keys
Open

Extend @key annotation documentation#1
Mario-DL wants to merge 1 commit intogh-pagesfrom
docs/keys

Conversation

@Mario-DL
Copy link
Owner

@Mario-DL Mario-DL commented Apr 12, 2024

This PR adds the @key annotation documentation in the ROS 2 design document.

I had to introduce the following changes in order to be able to test in local:

  • Pull the jekyll/jekyll:pages docker image, execute it the first time with docker run -it jekyll/jekyll:pages sh and do a bundle install, then commit the image.
  • Gemfile: add
gem "kramdown-parser-gfm" 
gem "webrick", "~> 1.8"
  • test_local_deploy.sh: Update the command with docker run --rm -v $PWD:/srv/jekyll -i -t -p 4000:4000 jekyll/jekyll:pages bundle exec jekyll serve --watch --incremental --host 0.0.0.0.

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant