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

Extend @key annotation documentation #1

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open

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 <[email protected]>
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