Oak

Check-in [3451c6d631]
Login

Check-in [3451c6d631]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:ref(release): Update documentation links
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | release-v0.3.8 | v0.3.8
Files: files | file ages | folders
SHA3-256: 3451c6d63125e387a392505f8ba85d695ba72788f733d6b55e0a3b673aa77000
User & Date: carlos 2023-09-24 11:12:29
Context
2023-09-24
11:12
ref(release): Update documentation links Closed-Leaf check-in: 3451c6d631 user: carlos tags: release-v0.3.8, v0.3.8
11:11
ref(release): Prep release v0.3.8 check-in: 548abcce95 user: carlos tags: release-v0.3.8
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to www/templates/_base.html.tera.

64
65
66
67
68
69
70
71
72
73
74
75
76
77
78


    <div class="container mt-auto">
      <footer class="py-3">
        <ul class="nav justify-content-center">
          <li class="nav-item"><a href="/feedback.html" class="nav-link px-3 text-muted">Send Feedback</a></li>
          <li class="nav-item"><a href="/swagger-ui/" target="_blank" class="nav-link px-3 text-muted">API</a></li>
          <li class="nav-item"><a href="https://oak-node.net/doc/ckout/doc/index.md" target="_blank" class="nav-link px-3 text-muted">Docs</a></li>
          <li class="nav-item"><a href="https://oak-node.net" target="_blank" class="nav-link px-3 text-muted">Code</a></li>
        </ul>
      </footer>
    </div>

    <div class="dropdown position-fixed bottom-0 end-0 mb-3 me-3 bd-mode-toggle">
      <button class="btn btn-bd-primary py-2 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button" aria-expanded="true" data-bs-toggle="dropdown" aria-label="Toggle theme (dark)">







|







64
65
66
67
68
69
70
71
72
73
74
75
76
77
78


    <div class="container mt-auto">
      <footer class="py-3">
        <ul class="nav justify-content-center">
          <li class="nav-item"><a href="/feedback.html" class="nav-link px-3 text-muted">Send Feedback</a></li>
          <li class="nav-item"><a href="/swagger-ui/" target="_blank" class="nav-link px-3 text-muted">API</a></li>
          <li class="nav-item"><a href="https://oak-node.net/doc/v0.3.8/doc/index.md" target="_blank" class="nav-link px-3 text-muted">Docs</a></li>
          <li class="nav-item"><a href="https://oak-node.net" target="_blank" class="nav-link px-3 text-muted">Code</a></li>
        </ul>
      </footer>
    </div>

    <div class="dropdown position-fixed bottom-0 end-0 mb-3 me-3 bd-mode-toggle">
      <button class="btn btn-bd-primary py-2 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button" aria-expanded="true" data-bs-toggle="dropdown" aria-label="Toggle theme (dark)">

Changes to www/templates/bot-email.html.tera.

23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
          <div class="card-text">
            <p>
              <b>Learn more</b>
            </p>

            <ul>
              <li><a href="https://oak-node.net/wiki?name=demo-bot" target="_blank">Email Bot demo</a></li>
              <li><a href="https://oak-node.net/doc/trunk/doc/email-bot-setup.md" target="_blank">Email Bot setup process</a></li>
            </ul>

          </div>

          <hr/>

          <div class="card-text">







|







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
          <div class="card-text">
            <p>
              <b>Learn more</b>
            </p>

            <ul>
              <li><a href="https://oak-node.net/wiki?name=demo-bot" target="_blank">Email Bot demo</a></li>
              <li><a href="https://oak-node.net/doc/v0.3.8/doc/email-bot-setup.md" target="_blank">Email Bot setup process</a></li>
            </ul>

          </div>

          <hr/>

          <div class="card-text">
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
          <hr/>
          <div id="invite-qr-code"></div>
          <hr/>

          <p class="card-text">
            Learn more:
            <ul>
              <li><a href="https://oak-node.net/doc/trunk/doc/email-bot-details.md" target="_blank">Email Bot Technical Details</a> shortly explains how the bot works</li>
            </ul>
          </p>
        </div>
      </div>

      <div class="card" id="card-Running" style="display: none">
        <h5 class="card-header">[4/4] Running</h5>







|







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
          <hr/>
          <div id="invite-qr-code"></div>
          <hr/>

          <p class="card-text">
            Learn more:
            <ul>
              <li><a href="https://oak-node.net/doc/v0.3.8/doc/email-bot-details.md" target="_blank">Email Bot Technical Details</a> shortly explains how the bot works</li>
            </ul>
          </p>
        </div>
      </div>

      <div class="card" id="card-Running" style="display: none">
        <h5 class="card-header">[4/4] Running</h5>