Skip to content

doc for subscribe support#15

Open
ikq wants to merge 5 commits intoversatica:masterfrom
ikq:master
Open

doc for subscribe support#15
ikq wants to merge 5 commits intoversatica:masterfrom
ikq:master

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