Update reference docs with most recent version of brodocs (#4600)
* Update 1.7 apidocs with new brodocs * Update 1.7 resource reference docs with new brodocs * Update 1.7 kubectl reference docs with new brodocs
This commit is contained in:
committed by
Andrew Chen
parent
4b004cf717
commit
217c86642f
+7
-7
@@ -30,13 +30,13 @@ module.exports = function(hljs) {
|
||||
'module next pairs pcall print rawequal rawget rawset require select setfenv' +
|
||||
'setmetatable tonumber tostring type unpack xpcall arg self' +
|
||||
//Library methods and properties (one line per library):
|
||||
'coroutine resume yield status wrap create running debug getupvalue' +
|
||||
'debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv' +
|
||||
'io lines write close flush open output type read stderr stdin input stdout popen tmpfile' +
|
||||
'math, log, max, acos, huge, ldexp, pi, cos, tanh, pow, deg, tan, cosh, sinh, random, randomseed, frexp, ceil, floor, rad, abs, sqrt, modf, asin, min, mod, fmod, log10, atan2, exp, sin, atan' +
|
||||
'os, exit, setlocale, date, getenv, difftime, remove, time, clock, tmpname, rename, execute, package, preload, loadlib, loaded, loaders, cpath, config path, seeall' +
|
||||
'string, sub, upper, len, gfind, rep, find, match, char, dump, gmatch, reverse, byte, format, gsub, lower' +
|
||||
'table, setn, insert, getn, foreachi, maxn, foreach, concat, sort, remove'
|
||||
'coroutine resume yield status wrap create running debug getupvalue ' +
|
||||
'debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv ' +
|
||||
'io lines write close flush open output type read stderr stdin input stdout popen tmpfile ' +
|
||||
'math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan ' +
|
||||
'os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall ' +
|
||||
'string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower ' +
|
||||
'table setn insert getn foreachi maxn foreach concat sort remove'
|
||||
},
|
||||
contains: COMMENTS.concat([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user