File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ const siteConfig = {
5151 {
5252 href : "http://hhvm.com/blog" ,
5353 label : "Blog"
54+ } ,
55+ {
56+ href : "https://opensource.fb.com/legal/terms" ,
57+ label : "Terms of Use"
58+ } ,
59+ {
60+ href : "https://opensource.fb.com/legal/privacy" ,
61+ label : "Privacy Policy"
5462 }
5563 ] ,
5664
@@ -78,7 +86,7 @@ const siteConfig = {
7886 },*/
7987
8088 // This copyright info is used in /core/Footer.js and blog rss/atom feeds.
81- copyright : "Copyright © " + new Date ( ) . getFullYear ( ) + " Facebook Inc." ,
89+ copyright : "Copyright © " + new Date ( ) . getFullYear ( ) + " Meta Platforms, Inc." ,
8290
8391 highlight : {
8492 // Highlight.js theme to use for syntax highlighting in code blocks
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright (c) 2017-present, Facebook, Inc.
3+ *
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
6+ */
7+
18/* your custom css */
29
310.hljs {
You can’t perform that action at this time.
0 commit comments