Skip to content

Commit f076b34

Browse files
authored
add cppcon presentation links (#478)
1 parent f2afeab commit f076b34

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# object-introspection
22

33
[![Matrix Chat](https://img.shields.io/matrix/object-introspection:matrix.org.svg)](https://matrix.to/#/#object-introspection:matrix.org)
4+
[![CppCon 2023 Presentation](https://img.shields.io/youtube/views/6IlTs8YRne0?label=CppCon%202023)](https://youtu.be/6IlTs8YRne0)
45

56
![OI Logo](/website/static/img/OIBrandmark.svg)
67

website/docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ const config = {
8585
label: 'Getting Started',
8686
to: 'docs/intro',
8787
},
88+
{
89+
label: 'CppCon 2023 Presentation',
90+
to: 'https://youtu.be/6IlTs8YRne0',
91+
},
8892
],
8993
},
9094
{

0 commit comments

Comments
 (0)