提交 7ad13d8f 编写于 作者: 李少辉-开发者's avatar 李少辉-开发者 🎧

build pg

上级 3cdc2777
...@@ -55,6 +55,7 @@ npm run build ...@@ -55,6 +55,7 @@ npm run build
- [Spring 中文文档](https://gitcode.net/dev-cloud/spring/) - [Spring 中文文档](https://gitcode.net/dev-cloud/spring/)
- [MySQL 中文文档](https://gitcode.net/dev-cloud/mysql/) - [MySQL 中文文档](https://gitcode.net/dev-cloud/mysql/)
- [PostgreSql 中文文档](https://gitcode.net/dev-cloud/pg/)
--- ---
> 感谢模版 [http://carlos-algms.github.io/](http://carlos-algms.github.io/) > 感谢模版 [http://carlos-algms.github.io/](http://carlos-algms.github.io/)
\ No newline at end of file
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
<meta property="og:site_name" content="开源百科"> <meta property="og:site_name" content="开源百科">
<meta property="og:description" content="html { font-family: PingFang SC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif; } body { background-color: #f2f2f2; } .navbar-fixed {"> <meta property="og:description" content="html { font-family: PingFang SC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif; } body { background-color: #f2f2f2; } .navbar-fixed {">
<meta property="og:locale" content="zh_CN"> <meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2022-04-02T10:34:44.684Z"> <meta property="article:published_time" content="2022-04-11T07:14:34.916Z">
<meta property="article:modified_time" content="2022-04-02T10:34:44.684Z"> <meta property="article:modified_time" content="2022-04-11T07:14:34.916Z">
<meta property="article:author" content="GitCode.net"> <meta property="article:author" content="GitCode.net">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<url> <url>
<loc>https://docs.gitcode.net/</loc> <loc>https://docs.gitcode.net/</loc>
<lastmod>2022-04-02T10:34:44.684Z</lastmod> <lastmod>2022-04-11T07:14:34.916Z</lastmod>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.8</priority> <priority>0.8</priority>
</url> </url>
......
...@@ -3,4 +3,5 @@ Allow:/ ...@@ -3,4 +3,5 @@ Allow:/
Sitemap: https://docs.gitcode.net/sitemap.xml Sitemap: https://docs.gitcode.net/sitemap.xml
Sitemap: https://docs.gitcode.net/spring/guide/sitemap.xml Sitemap: https://docs.gitcode.net/spring/guide/sitemap.xml
Sitemap: https://docs.gitcode.net/mysql/guide/sitemap.xml Sitemap: https://docs.gitcode.net/mysql/guide/sitemap.xml
\ No newline at end of file Sitemap: https://docs.gitcode.net/pg/guide/sitemap.xml
\ No newline at end of file
...@@ -2,14 +2,18 @@ ...@@ -2,14 +2,18 @@
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap> <sitemap>
<loc>https://docs.gitcode.net/page-sitemap.xml</loc> <loc>https://docs.gitcode.net/page-sitemap.xml</loc>
<lastmod>2022-04-02T10:34:44.684Z</lastmod> <lastmod>2022-04-11T07:14:34.916Z</lastmod>
</sitemap> </sitemap>
<sitemap> <sitemap>
<loc>https://docs.gitcode.net/spring/guide/sitemap.xml</loc> <loc>https://docs.gitcode.net/spring/guide/sitemap.xml</loc>
<lastmod>"2022-04-02T10:35:15.590Z"</lastmod> <lastmod>"2022-04-11T07:17:07.388Z"</lastmod>
</sitemap> </sitemap>
<sitemap> <sitemap>
<loc>https://docs.gitcode.net/mysql/guide/sitemap.xml</loc> <loc>https://docs.gitcode.net/mysql/guide/sitemap.xml</loc>
<lastmod>"2022-04-02T10:35:15.591Z"</lastmod> <lastmod>"2022-04-11T07:17:07.388Z"</lastmod>
</sitemap>
<sitemap>
<loc>https://docs.gitcode.net/pg/guide/sitemap.xml</loc>
<lastmod>"2022-04-11T07:17:07.388Z"</lastmod>
</sitemap> </sitemap>
</sitemapindex> </sitemapindex>
\ No newline at end of file
...@@ -9,7 +9,8 @@ const robot_path = "./public/robots.txt" ...@@ -9,7 +9,8 @@ const robot_path = "./public/robots.txt"
const allowed_sitemaps = [ const allowed_sitemaps = [
'https://docs.gitcode.net/spring/guide/sitemap.xml', 'https://docs.gitcode.net/spring/guide/sitemap.xml',
'https://docs.gitcode.net/mysql/guide/sitemap.xml' 'https://docs.gitcode.net/mysql/guide/sitemap.xml',
'https://docs.gitcode.net/pg/guide/sitemap.xml'
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册