mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
Merge pull request #305 from cppalliance/add-docs-link
Add temp fix for library documentation link
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
|
||||
<div class="p-4 bg-white rounded-lg divide-x divide-gray-200 md:flex">
|
||||
<div class="pr-3 space-y-2 w-full md:w-1/4">
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="https://github.com/boostorg/smart_ptr">
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="https://boost.org/libs/{{ object.slug }}">
|
||||
<i class="float-right mt-3 fas fa-folder"></i>
|
||||
Documentation
|
||||
<span class="block text-xs text-sky-600">boost.revsys.dev/libs/exception</span>
|
||||
<span class="block text-xs text-sky-600">boost.org/libs/{{ object.slug }}</span>
|
||||
</a>
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="{{ object.github_issues_url }}">GitHub Issues <i class="float-right fas fa-bug"></i><span class="block text-xs text-sky-600">{{ object.github_issues_url|cut:"https://" }}</span></a>
|
||||
<a class="block items-center py-1 px-2 rounded cursor-pointer hover:bg-gray-100" href="{{ object.github_url }}">Source Code <i class="float-right fab fa-github"></i><span class="block text-xs text-sky-600">{{ object.github_url|cut:"https://" }}</span></a>
|
||||
|
||||
Reference in New Issue
Block a user