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

doc for subscribe support #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

doc for subscribe support #15

wants to merge 5 commits into from

Conversation

ikq
Copy link

@ikq ikq commented Dec 17, 2023

It's documentation for SUBSCRIBE/NOTIFY support.

It passed nanoc compile.

P.S.
There was nanoc installation problem, so I use a docker image with nanoc:

  • extends existed Docker image

$ cat Dockerfile
FROM jovandeginste/nanoc
RUN echo "gem 'RedCloth'" >> /Gemfile
RUN bundle install

$docker build -t mynanoc .

  • Run the image:

$docker run -it -w /data --entrypoint /bin/bash -v ./jssipdoc:/data mynanoc

  • Run within docker container image:
    bundle exec nanoc compile

@jmillan
Copy link
Member

jmillan commented Dec 20, 2023

Thanks @ikq!

I'll review this after Christmas 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants