You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you mean in a #include or php include()/require() sort of way?
I'm a little fuzzy on what's going on behind the scenes, but I think the
way the html files are generated with Bootstrap operating on Markdown
source. And I think the way you'd include a file (raw) into a Markdown
source file that Bootstrap operates on would be with syntax like this:
{% include somefile %}
This assumes the files you're including are in the same repo as the
markdown... I don't know if you could do a cross-repo include or not.
Give it a shot; we'll see if it works.
On Tue, Jun 23, 2015 at 1:59 AM, Shixiong Zhu [email protected]
wrote:
Once the build infrastructure for RxScala works, we can start moving the examples in RxScalaDemo to src/examples/reactivex/getting-started and include them in the website.
The text was updated successfully, but these errors were encountered: